Open Oxyaction opened 2 years ago
or could we do it by ourselves?
Hello, You can check out my implementation here https://www.npmjs.com/package/@totalsoft/federation-subscription-tools I forked @Oxyaction 's also forked repo (😁), upgraded almost everything that needed upgrade to make it work with GraphQL v16 and Apollo Federation v2. Enjoy!
PS: I'm still waiting and hoping Apollo guys will soon integrate subscription into Apollo Federation 2 and support them natively 🙏.
Starting from
^2.0.0
versionApolloGateway
uses graphql^16.0.0
version as a dependency. It produces a version conflict error sincefederation-subscription-tools
still usinggraphql
version15
.Can you update the dependency?