GraphQL: federated schema composition
When to use
Use this skill for federated schema composition in GraphQL. This skill specifically handles federated schema composition and nothing else in the GraphQL family.
Procedure
Split the graph into subgraphs with federation directives and compose them into one supergraph via a gateway.
Notes
This is the GraphQL skill dedicated to federated schema composition. Sibling skills cover other GraphQL capabilities; this one is the right choice only when the task is about federated schema composition.