Skip to content

Commit

Permalink
Update packages/graphiql/cypress/e2e/incremental-delivery.cy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
dimaMachina and TallTed authored Aug 14, 2024
1 parent 3d8525c commit fd1d493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphiql/cypress/e2e/incremental-delivery.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describeOrSkip('IncrementalDelivery support via fetcher', () => {
This tests that;
1. user ({name}) => { name }
2. user ({age}) => { name, age }
3. user.friends.0 ({name}) => { name, age, friends: [{name}] } <- can sometimes happen before 4, due the promise race
3. user.friends.0 ({name}) => { name, age, friends: [{name}] } <- can sometimes happen before 4, due to the promise race
4. user.friends.0 ({age}) => { name, age, friends: [{name, age}] }
This shows us that we can deep merge defers, deep merge streams, and also deep merge defers inside streams
Expand Down

0 comments on commit fd1d493

Please sign in to comment.