Sha256: e895752d322d89e7cec4377f0730e13d67b3250f01ce1de1cfd6ad3b9d4c184a
Contents?: true
Size: 783 Bytes
Versions: 4
Compression:
Stored size: 783 Bytes
Contents
## GraphQL::Stitching This module provides a collection of components that may be composed into a stitched schema.  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. - [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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
graphql-stitching-1.2.5 | docs/README.md |
graphql-stitching-1.2.4 | docs/README.md |
graphql-stitching-1.2.3 | docs/README.md |
graphql-stitching-1.2.2 | docs/README.md |