graphql-code-generator
graphql-code-generator copied to clipboard
MongoDB Plugin: Directive definitions and external tools
When using the MongoDB plugin together with external tools I often run into issues because the schema is missing the directive definitions. My current solution is to keep a schema-directives.graphql handy and in various ways expose this to the external tool, which is kind of cumbersome.
It'd be great if the MongoDB plugin exposed the directives so it could be imported in the schema.