1.0.0 • Published 5 years ago

merge-gql-schemas v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.35

5 years ago

0.0.36

5 years ago

0.0.37

5 years ago

0.0.38

5 years ago

0.0.39

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago