question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replace merge-graphql-schemas with graphql-tools

See original GitHub issue

We’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:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
himankpathakcommented, Oct 8, 2020

Sure @thedavidprice , you can assign me the issue.

1reaction
himankpathakcommented, Oct 8, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found