Replace merge-graphql-schemas with graphql-tools
See original GitHub issueWe’re using merge-graphql-schemas
which is now deprecated: https://github.com/redwoodjs/redwood/blob/e5574f9eba1578f1dc03ba30fa374e6a5083de3a/packages/api/src/makeMergedSchema/makeMergedSchema.ts#L7
Let’s rather use graphql-tools/merge package: https://www.graphql-tools.com/docs/migration-from-merge-graphql-schemas/
I think this may be required for directives to work properly.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Schema Merging – GraphQL Tools
Originally implemented in graphql-modules. This tool merges GraphQL type definitions and schema. It aims to merge all possible types, interfaces ...
Read more >GraphQL schema stitching
Schema stitching is the idea that you can take two or more GraphQL schemas, and merge them into one endpoint that can pull...
Read more >@graphql-tools/merge - npm
A set of utils for faster development of GraphQL tools. Latest version: 8.3.14, last published: 17 days ago.
Read more >Understanding schema stitching in GraphQL - LogRocket Blog
One of the major benefits of GraphQL is that you can query for all the data you need through one schema. This may...
Read more >Merge GraphQL resolvers with GraphQL Tools - YouTube
Load and merge GraphQL resolvers from multiple files using GraphQL Tools.Learn more about GraphQL : ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure @thedavidprice , you can assign me the issue.
Thanks @thedavidprice, So I have to follow the following guide https://www.graphql-tools.com/docs/migration-from-merge-graphql-schemas/ right?