Skip to content

Commit fda70fe

Browse files
authored
[deploy_website] Fix bad link (#2923)
1 parent e89a23e commit fda70fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/stitch-combining-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Combining schemas
66

77
Schema stitching (`@graphql-tools/stitch`) creates a single GraphQL gateway schema from multiple underlying GraphQL services. Unlike [schema merging](/docs/merge-schemas), which simply combines local schema instances, stitching builds a combined proxy layer that delegates requests through to underlying service APIs. As of GraphQL Tools v7, stitching is fairly comparable to [Apollo Federation](https://www.apollographql.com/docs/federation/) with automated query planning, merged types, and declarative schema directives.
88

9-
Note that schema stitching is a superset of the [schema wrapping](/docs/stitch-wrapping) API. Rather than wrapping schemas individually and then combining them, `stitchSchemas` may be used directly to handle all wrapping concerns.
9+
Note that schema stitching is a superset of the [schema wrapping](/docs/schema-wrapping) API. Rather than wrapping schemas individually and then combining them, `stitchSchemas` may be used directly to handle all wrapping concerns.
1010

1111
## Why stitching?
1212

0 commit comments

Comments
 (0)