Skip to content

Commit

Permalink
fix(stitch): do not remove unmerged fields from both isolated and non…
Browse files Browse the repository at this point in the history
…-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
ardatan committed Apr 29, 2024
1 parent 7014a4a commit 5567347
Show file tree
Hide file tree
Showing 28 changed files with 207 additions and 769 deletions.
6 changes: 6 additions & 0 deletions .changeset/big-horses-study.md
@@ -0,0 +1,6 @@
---
"@graphql-tools/stitch": patch
"@graphql-tools/utils": patch
---

Handle fields in unmerged types as both isolated and non-isolated fields
5 changes: 5 additions & 0 deletions .changeset/curvy-garlics-grin.md
@@ -0,0 +1,5 @@
---
"@graphql-tools/stitch": patch
---

Respect `specifiedByURL` in stitched schemas
5 changes: 5 additions & 0 deletions .changeset/honest-beds-try.md
@@ -0,0 +1,5 @@
---
"@graphql-tools/utils": minor
---

Add `enumValueFilter` and `directiveFilter` to `filterSchema`

0 comments on commit 5567347

Please sign in to comment.