File tree 1 file changed +15
-12
lines changed
1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -1733,17 +1733,6 @@ describe('Execute: defer directive', () => {
1733
1733
hasNext : true ,
1734
1734
} ,
1735
1735
{
1736
- incremental : [
1737
- {
1738
- data : { b : { } , someField : 'someField' } ,
1739
- id : '1' ,
1740
- } ,
1741
- {
1742
- data : { e : { f : 'f' } } ,
1743
- id : '1' ,
1744
- subPath : [ 'b' ] ,
1745
- } ,
1746
- ] ,
1747
1736
completed : [
1748
1737
{
1749
1738
id : '0' ,
@@ -1756,8 +1745,22 @@ describe('Execute: defer directive', () => {
1756
1745
} ,
1757
1746
] ,
1758
1747
} ,
1759
- { id : '1' } ,
1760
1748
] ,
1749
+ hasNext : true ,
1750
+ } ,
1751
+ {
1752
+ incremental : [
1753
+ {
1754
+ data : { b : { } , someField : 'someField' } ,
1755
+ id : '1' ,
1756
+ } ,
1757
+ {
1758
+ data : { e : { f : 'f' } } ,
1759
+ id : '1' ,
1760
+ subPath : [ 'b' ] ,
1761
+ } ,
1762
+ ] ,
1763
+ completed : [ { id : '1' } ] ,
1761
1764
hasNext : false ,
1762
1765
} ,
1763
1766
] ) ;
You can’t perform that action at this time.
0 commit comments