supergraph
RU: supergraph
The unified GraphQL schema produced by composing multiple Apollo Federation subgraphs. It is not served by a single application server; instead the router holds the supergraph schema to build query plans, distributing sub-requests to the responsible subgraphs and merging their responses into a single result for the client.