Files
payload/docs
James Mikrut 7a59e7da46 feat: adds more control over how to disable graphql for collections /… (#10265)
Adds more control over how you can disable GraphQL queries / mutations
for collections and globals.

For example, you might want to disable all GraphQL queries and mutations
for a given collection, but you still have relationship fields that
relate to that collection, therefore depend on the types being
generated.

Now, instead of passing `graphQL: false` (which completely disables
everything, including types, which would break relationship fields) you
can now specify `graphQL.disableQueries: true` and
`graphQL.disableMutations: true`to keep the types, but disable just the
queries / mutations.

Closes #9893
2024-12-30 22:20:31 +00:00
..
2024-12-27 20:18:31 +00:00
2024-12-28 04:40:20 +00:00
2024-12-27 20:18:31 +00:00
2024-12-27 20:18:31 +00:00
2024-12-27 20:18:31 +00:00
2024-12-27 20:18:31 +00:00
2024-12-27 20:18:31 +00:00
2024-12-30 11:26:21 -05:00