Sha256: 534b76a01177ac628aabe7d00a417f6afea41959364f594ed7799883d224ab19

Contents?: true

Size: 840 Bytes

Versions: 9

Compression:

Stored size: 840 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.

Additional topics:

- [Stitching mechanics](./mechanics.md) - learn more about building for stitching.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
graphql-stitching-1.1.1 docs/README.md
graphql-stitching-1.1.0 docs/README.md
graphql-stitching-1.0.6 docs/README.md
graphql-stitching-1.0.5 docs/README.md
graphql-stitching-1.0.4 docs/README.md
graphql-stitching-1.0.3 docs/README.md
graphql-stitching-1.0.2 docs/README.md
graphql-stitching-1.0.1 docs/README.md
graphql-stitching-1.0.0 docs/README.md