Skip to content

Disable automatically generated queries - Mutations are still enabled

Hannes Heine requested to merge pr753head into pr753base

Created by: Tirokk

roschaefer Authored by roschaefer Closed


Ok, it does not work as smoothly as I hoped: When youd disable the generated queries and hard-code the definition into a file, then graphql-validation will complain about undefined input parameter types. Ie. all the *Filter and *Order types. So you have copy+paste those, too.

This PR is still a discussion. So everybody feel free to give your input on this. You can see what definitions need to be maintained when you disable the query: false in the neo4j-graphql-js configuration.

🍰 Pullrequest

Issues

  • None

Todo

  • None

Merge request reports