This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
How to disable generated mutations? #117
Comments
According to the documentation, you can call neo4jgraphql in your GraphQL resolver.
If you are using ApolloServer or the GRAND stack starter, you'll want leave out/comment out where the augmentedSchema is being called (usually where you instantiate your ApolloServer). It will look something like this:
|
To disable all generated mutations (but still generate queries):
You could also specify types to be excluded from either the generated queries or mutations:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, how do I disable the generated mutations?
The text was updated successfully, but these errors were encountered: