Sha256: 2cc4f60370e59025911d84ce61934d88837b6fdaf00c37b96940287d1831011d
Contents?: true
Size: 947 Bytes
Versions: 2
Compression:
Stored size: 947 Bytes
Contents
## GraphQL::Stitching This module provides a collection of components that may be composed into a stitched schema. ![Library flow](./images/library.png) Major components include: - [Client](./client.md) - an out-of-the-box setup for performing stitched requests. - [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. - [HttpExecutable](./http_executable.md) - proxies requests to remotes with multipart file upload support. Additional topics: - [Stitching mechanics](./mechanics.md) - learn more about building for stitching.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
graphql-stitching-1.2.1 | docs/README.md |
graphql-stitching-1.2.0 | docs/README.md |