-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run Policies's merge before cache merge
- Loading branch information
1 parent
6ca525a
commit 2b34247
Showing
5 changed files
with
43 additions
and
4 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 |
---|---|---|
|
@@ -2496,6 +2496,20 @@ describe('writing to the store', () => { | |
}, | ||
}, | ||
|
||
{ | ||
existing: { | ||
__ref: "Account:12345", | ||
}, | ||
incoming: { | ||
__typename: "Account", | ||
contact: "[email protected]", | ||
id: 12345, | ||
}, | ||
merged: { | ||
__ref: "Account:12345", | ||
}, | ||
}, | ||
|
||
{ | ||
existing: { | ||
__typename: "Account", | ||
|
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
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