-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Support for Apollo Federation #359
Conversation
@Urigo Could we get this merged? |
That's a very valuable change |
@sponomarev, Yes. I will add a few changes as soon as possible. |
@sponomarev |
What is the status on getting this branch merged? |
@Urigo Any chance this can be merged? Would be very appreciated |
@schickling Could we please get this merged? |
@Urigo, could we get this merged, please? Really a blocker for lots of people. |
@Urigo Any idea when this will be released? |
Closing #352
Description
Add support for Apollo Federation.
key
directive;extend type
;@key
directiveextend type Query
Examples
index.js
graphql/schema.graphql
# import Query.* from './user/schema.graphql'
graphql/resolvers.js
graphql/user/schema.graphql
graphql/user/types.graphql