Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Dec 18, 2023
1 parent eb6a0bf commit bf9aef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/execution/__tests__/defer-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,8 @@ describe('Execute: defer directive', () => {
hasNext: true,
},
{
// TODO: this extra pending is a bug to be fixed by https://github.com/graphql/graphql-js/pull/3993
pending: [{ id: '2', path: ['hero'] }],
incremental: [
{
data: { hero: {} },
Expand Down

0 comments on commit bf9aef8

Please sign in to comment.