-
-
Notifications
You must be signed in to change notification settings - Fork 567
GraphQL Federation support #515
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
Comments
We follow the reference implementation repo. So unless this feature lands there (and in the official graphql spec) there are no plans supporting it in this lib. But it could be a separate project utilizing this lib (same way as Apollo utilizes graphql-js under the hood for their initiatives) |
I'm working on a sample implementation using this package and the Apollo Federation Spec |
+1 |
@jmbarrios any update on your progress? I'd love to take a look at any implementation for this you have |
If anyone builds a library with federation support - feel free to add it to Complementary tools section of the docs and send a PR! |
I was wondering if there are any plans to implement the Federation specification which makes it easier to use different GraphQL endpoints across microservices without schema stitching.
More in-depth information about this topic: https://blog.apollographql.com/apollo-federation-f260cf525d21
Perhaps it's a already been discussed, but I couldn't find anything.
The text was updated successfully, but these errors were encountered: