2.0.1 • Published 3 years ago
graphql-schema-merger v2.0.1
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