-
-
Notifications
You must be signed in to change notification settings - Fork 818
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: fixed potential bug in info object that is passed to onTypeConfl… (
#3216) * FIX: fixed potential bug in info object that is passed to onTypeConflict callback and caused right and left to reference the same object. * Added a test that checks if info object passed to the onTypeConflict callback contains right and left objects with properties that are not equal. * Removed unnecessary async from onTypeConflict test * Added a changeset
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 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,5 @@ | ||
--- | ||
'@graphql-tools/stitch': patch | ||
--- | ||
|
||
Fixed issue with stitchSchemas function returning info object with left.subschema and right.subschema referencing the same object |
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
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