Schema Stitching · GraphQL Specification

Schema Stitching GraphQL API

Schema Stitching is a GraphQL technique for combining multiple GraphQL schemas into a single unified API gateway. The @graphql-tools/stitch package creates a combined proxy layer that delegates requests through to underlying service APIs, supporting type merging, stitching directives, and automated query planning comparable to Apollo Federation.

Documentation Endpoint View on GitHub API CompositionAPI GatewayFederationGraphQLMicroservicesSchema StitchingType MergingGraphQL

Overview

Schema Stitching GraphQL API is a GraphQL API specification published by Schema Stitching on the APIs.io network.

Schema Stitching is a GraphQL technique for combining multiple GraphQL schemas into a single unified API gateway. The @graphql-tools/stitch package creates a combined proxy layer that delegates requests through to underlying service APIs, supporting type merging, stitching directives, and automated query planning comparable to Apollo Federation.

documentation is published at https://the-guild.dev/graphql/stitching.

The specification includes 5 reference links.

Tagged areas include API Composition, API Gateway, Federation, Microservices, and Schema Stitching.

Endpoint

References

Back to Schema Stitching · All GraphQL Specs · GitHub