Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance(website) Type Merging docs #1910

Merged
merged 14 commits into from
Aug 16, 2020
141 changes: 0 additions & 141 deletions website/docs/stitch-merging-types.md

This file was deleted.

4 changes: 3 additions & 1 deletion website/docs/stitch-schema-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Extending stitched schemas
sidebar_label: Schema extensions
---

While stitching many schemas together is extremely useful for consolidating queries, in practice we'll often want to add additional association fields that connect types to one another across subschemas. Using schema extensions, we can define additional GraphQL fields that only exist in the combined gateway schema to establish these connections.
While stitching many schemas together is extremely useful for consolidating queries, in practice we'll often want to add additional association fields that connect types to one another across subschemas. Using schema extensions, we can define additional GraphQL fields that only exist in the combined gateway schema that establish these connections.

While considering these capabilities, be sure to compare them with the newer automated features available through [type merging](/docs/stitch-type-merging).

## Basic example

Expand Down