/plushcap/analysis/hasura/the-ultimate-guide-to-schema-stitching-in-graphql-f30178ac0072

The Ultimate Guide to Schema Stitching in GraphQL

What's this blog post about?

Schema stitching is a process that creates a single GraphQL schema from multiple underlying GraphQL APIs. It can be used to customize existing GraphQL API(s) and has various use cases such as merging two remote schemas, adding new queries and mutations, overriding existing queries and mutations, renaming root fields and types, extending a remote schema with custom types, and more. The graphql-tools library provides functions like makeExecutableSchema, introspectSchema, makeRemoteExecutableSchema, and mergeSchemas to aid in schema stitching.

Company
Hasura

Date published
Aug. 22, 2018

Author(s)
Rishichandra Wawhal

Word count
1707

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.