graphql-schema-merger
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i graphql-schema-merger

Weekly Downloads

2

Version

2.0.1

License

Apache-2.0

Unpacked Size

26.6 kB

Total Files

17

Last publish

Collaborators

  • hassan-maqsad