-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not working with apolo gateway > 0.20.0 #26
Comments
Sorry about the problem, also - thanks for the debugging :) |
Interestingly enough, Apollo published a "tiny" "patch" release https://github.com/apollographql/federation/compare/@apollo/gateway@0.20.0...@apollo/gateway@0.20.1 I published an alpha version that should work, it explicitly relies on the gateway 0.20.0. My only worry is (and the reason why I did not just fixed version of apollo dependencies from the beginning) possible mismatch of different graphql versions. I preferred to have all the apollo/graphql stuff being peerDependency, but with such an interesting backward-compatibility behavior from Apollo that's probably not the way to go anymore :) If you'd be so kind to try this version federation-testing-tool@3.1.0-alpha and let me know if it worked, I'd appreciate that! |
Thank you so much for the prompt fix, it works for my "simple" use cases. Will report any issue I can find. On your comments, I didn't get to that deepness of debugging, but definitely interesting - If I may - I would add the following to the readme.
|
Hi,
I was wondering if you could provide a tip, to make this project work with the latest version of federation.
I traced the error, to the following:
The version above is the latest combination I could get working.
if you update to "@apollo/gateway": "0.20.1", or any version above, the unit tests fail.
any idea?
Thank you
The text was updated successfully, but these errors were encountered: