Sha256: c2aaf5bdeaef37defcbb28adccedf642416a51124ef24173d3139aef01583229

Contents?: true

Size: 985 Bytes

Versions: 2

Compression:

Stored size: 985 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.
- [HttpExecutable](./http_executable.md) - proxies requests to remotes with multipart file upload support.

Additional topics:

- [Stitching mechanics](./mechanics.md) - more about building for stitching and how it operates.
- [Subscriptions](./subscriptions.md) - explore how to stitch realtime event subscriptions.
- [Federation entities](./federation_entities.md) - more about Apollo Federation compatibility.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql-stitching-1.5.1 docs/README.md
graphql-stitching-1.5.0 docs/README.md