-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced merge-graphql-schemas with graphql-tools #1322
Replaced merge-graphql-schemas with graphql-tools #1322
Conversation
Awesome, thanks for getting this rolling @himankpathak 🚀 Handing you off to @peterp from here out. |
@himankpathak I'm surprised that the tests are working locally since this doesn't seem to be building properly. Perhaps I over estimated the coverage that we have. |
@peterp, I am surprised too. Locally test passed. But on PR the build is failing. |
Just a small note - if you want to use the new GraphQL Tools, you better install the scoped packages, so you'll get only the parts of |
Hey @himankpathak It looks like it's the same issue as before - I'll check out your branch in a few minutes and figure this out. |
That would be great! @peterp |
@peterp is this PR + work still relevant. If so, @himankpathak are you still interested in working on this? Thanks to you both! |
@thedavidprice definitely! |
Thanks @himankpathak! |
Test cases are passing on local We have following error on
|
@peterp I just pushed code from the Migration from Merge GraphQL Schemas guide that proxies Tested on my local project and everything is working fine (note the need to account for this change to test a project). Tests passed locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Before we release v0.24.0 I would like to try this out in Snaplet. |
Description
Replaced
mergeType
from merge-graphql-schemas withmergeTypeDefs
graphql-toolsVerification Process
Tested on local with prebuilt tests
Applicable Issues
Closes #1230