graphql-schema-merger
v2.0.1
Published
A simple helper to merge multiple graphql schemas with directives
Downloads
5
Readme
GraphQL Schema Stitcher 🚀
A helper tool to help you merge your graphql schema files without losing any directives.
Documentation
Examples
const helper = new GraphQLSchemaStitcher({
inputDir: 'directory with schemas',
});
helper.stitch('output schema file path')
That's it! Yes, that simple