diff --git a/docs/source/api/apollo-server.mdx b/docs/source/api/apollo-server.mdx index a3a517a26df..d624b354d04 100644 --- a/docs/source/api/apollo-server.mdx +++ b/docs/source/api/apollo-server.mdx @@ -198,20 +198,6 @@ An array containing custom functions to use as additional [validation rules](htt - - - -##### `dangerouslyDisableValidation` - -`Boolean` - - - -Option to disable validation of graphql operations entirely. - - - - @@ -480,6 +466,22 @@ If this is set to any string value, use that value instead of the environment va + + + + +##### `dangerouslyDisableValidation` + +`Boolean` + + + +⚠️ Caution: this option can lead to security vulnerabilities and unexpected behavior. Use of this option in production is not supported by Apollo. + +When set to `true`, disable validation of graphql operations entirely. + + +