1.0.0 • Published 4 years ago

merge-gql-schemas v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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

1.0.0

4 years ago

0.0.41

4 years ago

0.0.40

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.37

4 years ago

0.0.38

4 years ago

0.0.39

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago