Skip to content

Commit 5567347

Browse files
authored
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
1 parent 7014a4a commit 5567347

File tree

28 files changed

+207
-769
lines changed

28 files changed

+207
-769
lines changed

.changeset/big-horses-study.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@graphql-tools/stitch": patch
3+
"@graphql-tools/utils": patch
4+
---
5+
6+
Handle fields in unmerged types as both isolated and non-isolated fields

.changeset/curvy-garlics-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-tools/stitch": patch
3+
---
4+
5+
Respect `specifiedByURL` in stitched schemas

.changeset/honest-beds-try.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-tools/utils": minor
3+
---
4+
5+
Add `enumValueFilter` and `directiveFilter` to `filterSchema`

0 commit comments

Comments
 (0)