docs: fix graphql disable property explanation

This commit is contained in:
Elliot Lintz
2022-08-30 22:41:00 +02:00
committed by GitHub
parent 0873050b32
commit 18ff5d29b0

View File

@@ -22,7 +22,7 @@ At the top of your Payload config you can define all the options to manage Graph
| `queries` | Any custom Queries to be added in addition to what Payload provides. [More](/docs/graphql/extending) |
| `maxComplexity` | A number used to set the maximum allowed complexity allowed by requests [More](/docs/graphql/overview#query-complexity-limits) |
| `disablePlaygroundInProduction` | A boolean that if false will enable the graphQL playground, defaults to true. [More](/docs/graphql/overview#graphql-playground) |
| `disable` | A boolean that if false will disable the graphQL entirely, defaults to false. |
| `disable` | A boolean that if true will disable the graphQL entirely, defaults to false. |
| `schemaOutputFile` | A string for the file path used by the generate schema command. Defaults to `graphql.schema` next to `payload.config.ts` [More](/docs/graphql/graphql-schema) |
## Collections