Sha256: 664a3bedc4210c8e49c632a9365ff97ae3a818fea9f105d32973bce957b6608a
Contents?: true
Size: 827 Bytes
Versions: 3
Compression:
Stored size: 827 Bytes
Contents
## GraphQL::Stitching This module provides a collection of components that may be composed into a stitched schema.  Major components include: - [Gateway](./gateway.md) - an out-of-the-box stitching configuration. - [Composer](./composer.md) - merges and validates many schemas into one graph. - [Supergraph](./supergraph.md) - manages the combined schema and location routing maps. Can be exported, cached, and rehydrated. - [Request](./request.md) - prepares a requested GraphQL document and variables for stitching. - [Planner](./planner.md) - builds a cacheable query plan for a request document. - [Executor](./executor.md) - executes a query plan with given request variables. Additional topics: - [Stitching mechanics](./mechanics.md) - learn more about building for stitching.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
graphql-stitching-0.3.6 | docs/README.md |
graphql-stitching-0.3.4 | docs/README.md |
graphql-stitching-0.3.3 | docs/README.md |