Type description when using federation #6917
Answered
by
n1ru4l
cosmincatalin
asked this question in
Help
|
Let's say we have a subgraph When Hive composes the supergraph schema, what desciption will it be used for type |
Answered by
n1ru4l
Sep 15, 2025
Replies: 1 comment
|
The order of the subgraphs is relevant here and the first appearance of the description "wins". This is suboptimal, but is how the current federation implementation work. In the future we could customise the behaviour through GraphQL directives. |
0 replies
Answer selected by
cosmincatalin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The order of the subgraphs is relevant here and the first appearance of the description "wins". This is suboptimal, but is how the current federation implementation work.
In the future we could customise the behaviour through GraphQL directives.