File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ function executeOperation(
311
311
) ;
312
312
313
313
if ( newGroupedFieldSets . size > 0 ) {
314
- const newPendingExecutionGroups = executeExecutionGroups (
314
+ const newPendingExecutionGroups = collectExecutionGroups (
315
315
exeContext ,
316
316
rootType ,
317
317
rootValue ,
@@ -1761,7 +1761,7 @@ function collectAndExecuteSubfields(
1761
1761
) ;
1762
1762
1763
1763
if ( newGroupedFieldSets . size > 0 ) {
1764
- const newPendingExecutionGroups = executeExecutionGroups (
1764
+ const newPendingExecutionGroups = collectExecutionGroups (
1765
1765
exeContext ,
1766
1766
returnType ,
1767
1767
result ,
@@ -2084,7 +2084,7 @@ function assertEventStream(result: unknown): AsyncIterable<unknown> {
2084
2084
return result ;
2085
2085
}
2086
2086
2087
- function executeExecutionGroups (
2087
+ function collectExecutionGroups (
2088
2088
exeContext : ExecutionContext ,
2089
2089
parentType : GraphQLObjectType ,
2090
2090
sourceValue : unknown ,
You can’t perform that action at this time.
0 commit comments