Confusion with GraphQL Tools / Schema Merging #1802
-
As the documentation of GraphQL Tools said: Originally implemented in graphql-modules. My question is: "What is the difference between graphql-modules and graphql-tools/schema-merge? |
Beta Was this translation helpful? Give feedback.
Answered by
dotansimha
Aug 24, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
graphql-modules
is implementing schema-merging concept, with added developer tools (like dependency injection, simple lifecycle based on GraphQL, and the concept of modules separation and validation), and it depends on graphql-tools.