File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -500,10 +500,15 @@ Apollo Server v5 will _always_ behave as if this option is `true` (and will igno
500500` Boolean `
501501</td >
502502<td >
503-
504- ⚠️ Caution: this option can lead to security vulnerabilities and unexpected behavior. Use of this option in production is not supported by Apollo.
503+ ⚠️ Caution: this option can lead to security vulnerabilities and unexpected
504+ behavior. Use of this option in production is not supported by Apollo.
505505
506506When set to ` true ` , disable validation of graphql operations entirely.
507+
508+ You might find this option interesting for performance reasons if you handle
509+ operation validation at build time and enforce that only known, validated
510+ operations are allowed to be executed at runtime. Note that validation of
511+ operations is cached in Apollo Server's document store.
507512</td >
508513</tr >
509514
You can’t perform that action at this time.
0 commit comments