Subgraph

Subgraphs are the building blocks of a federated graph. Each subgraph in a Federated GrapQL Architecture is responsible for defining its own part of the schema and handling the corresponding queries.

Before you can interact with a subgraph, you need to create it. Each subgraph is mapped to a GraphQL service that can respond to the relevant GraphQL schema.

Last updated