Sha256: 25bc96c211a7d1c7fe037da1bdac3c887699bd474ee0dc936c20564bd507ae3b

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 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:

- [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.
- [Document](./document.md) - manages a parsed GraphQL request document.
- [Planner](./planner.md) - builds a cacheable query plan for a request document.
- [Executor](./executor.md) - executes a query plan with given request variables.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql-stitching-0.1.0 docs/README.md
graphql-stitching-0.0.1 docs/README.md