graphql-code-generator icon indicating copy to clipboard operation
graphql-code-generator copied to clipboard

MongoDB Plugin: Directive definitions and external tools

Open robertherber opened this issue 3 years ago • 0 comments

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.

robertherber avatar Jul 15 '22 11:07 robertherber