-
-
Notifications
You must be signed in to change notification settings - Fork 822
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stitch): do not remove unmerged fields from both isolated and non…
…-isolated subschemas (#6105) * fix(stitch): do not remove unmerged fields from both isolated and non-isolated subschemas * Changesets * Cleanup changeset * v15 compat * Skip tests for v15 * Hmm * Yes
- Loading branch information
Showing
28 changed files
with
207 additions
and
769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@graphql-tools/stitch": patch | ||
"@graphql-tools/utils": patch | ||
--- | ||
|
||
Handle fields in unmerged types as both isolated and non-isolated fields |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@graphql-tools/stitch": patch | ||
--- | ||
|
||
Respect `specifiedByURL` in stitched schemas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@graphql-tools/utils": minor | ||
--- | ||
|
||
Add `enumValueFilter` and `directiveFilter` to `filterSchema` |
Oops, something went wrong.