neo4j-graphql-java icon indicating copy to clipboard operation
neo4j-graphql-java copied to clipboard

(optional) directives for generator configuration on types

Open jexp opened this issue 5 years ago • 1 comments

similar to @model from appsync / graphcool / prisma

jexp avatar Jun 29 '20 12:06 jexp

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.

rbramley avatar Aug 07 '20 16:08 rbramley