You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`mutations`| Any custom Mutations to be added in addition to what Payload provides. [More](/docs/graphql/extending)|
22
-
|`queries`| Any custom Queries to be added in addition to what Payload provides. [More](/docs/graphql/extending)|
23
-
|`maxComplexity`| A number used to set the maximum allowed complexity allowed by requests [More](/docs/graphql/overview#query-complexity-limits)|
24
-
|`disablePlaygroundInProduction`| A boolean that if false will enable the GraphQL playground, defaults to true. [More](/docs/graphql/overview#graphql-playground)|
25
-
|`disable`| A boolean that if true will disable the GraphQL entirely, defaults to false. |
26
-
|`validationRules`| A function that takes the ExecutionArgs and returns an array of ValidationRules. |
|`mutations`| Any custom Mutations to be added in addition to what Payload provides. [More](/docs/graphql/extending)|
22
+
|`queries`| Any custom Queries to be added in addition to what Payload provides. [More](/docs/graphql/extending)|
23
+
|`maxComplexity`| A number used to set the maximum allowed complexity allowed by requests [More](/docs/graphql/overview#query-complexity-limits)|
24
+
|`disablePlaygroundInProduction`| A boolean that if false will enable the GraphQL playground in production environments, defaults to true. [More](/docs/graphql/overview#graphql-playground)|
25
+
|`disableIntrospectionInProduction`| A boolean that if false will enable the GraphQL introspection in production environments, defaults to true. |
26
+
|`disable`| A boolean that if true will disable the GraphQL entirely, defaults to false. |
27
+
|`validationRules`| A function that takes the ExecutionArgs and returns an array of ValidationRules. |
0 commit comments