Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 434 Bytes
description icon
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.
share-nodes

Subgraph

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.