Type description when using federation #6917
-
Let's say we have a subgraph When Hive composes the supergraph schema, what desciption will it be used for type |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.