GraphQL Federation
← Back to GraphQL
Distributed graph across services. Apollo Federation allows multiple services to each define part of a unified GraphQL schema. A gateway composes these subgraphs into a single API, enabling microservices teams to own their portion of the graph.
Key Properties
Related
- Microservices (federated architecture)
- GraphQL Core Concepts (what is being federated)