Skip to content

darwinbatres/merge-gql-schemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merge GraphQL Schemas

This small package will be helpful if you are working with GraphQL tooling; it will allow you to merge all your schemas into one single schema which you can then pass to your new ApolloServer as parameter without having to import/require one by one.

Enhacements done

  1. Added option to share type definitions accross multiple schemas, similar to "export/import", when doing so, you'll have to manually import/export them, please take a look at the repo to see an example.

examples

Please refer to the following repo to see how it works repo under src/server.js

About

This small package will be helpful if you are working with GraphQL and ApolloServer tooling to automatically merge all your schemas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published