neo4j-graphql / neo4j-graphql-java

Neo4j Labs Project: Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher
Apache License 2.0
105 stars 49 forks source link

(optional) directives for generator configuration on types #92

Open jexp opened 4 years ago

jexp commented 4 years ago

similar to @model from appsync / graphcool / prisma

rbramley commented 4 years ago

This would be really useful - e.g. some labels in my graph represent reference data, these should not be created/mutated by clients.

Also I may want to annotate schema queries / types to ignore as they are handled by a different back end - something like an @neo4jIgnore directive to filter those out.