typescript-apollo-angular's apollo federation support #5708
Answered
by
dotansimha
charlesxsh
asked this question in
Q&A
-
Is plugin 'typescript-apollo-angular' going to support federation? Seems like typescript-apollo-angular will fail if schemas are GraphQL files with federation. |
Beta Was this translation helpful? Give feedback.
Answered by
dotansimha
Jun 20, 2021
Replies: 1 comment
-
Federation is used for defining your schema in a distributed way. Eventually, in runtime, it's being merged and running together as a regular GraphQL schema. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Federation is used for defining your schema in a distributed way. Eventually, in runtime, it's being merged and running together as a regular GraphQL schema.
From the point of view of Angular (or, any frontend) developer, it doesn't matter if the schema is built with Federation or not. You can just consume it as a regular schema.