Skip to content

Commit a96ba08

Browse files
committed
no field fetching callback for execute object needed
1 parent b4f1d4b commit a96ba08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/graphql/execution/ExecutionStrategy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ protected Object executeObject(ExecutionContext executionContext, ExecutionStrat
210210
List<String> fieldsExecutedOnInitialResult = deferredExecutionSupport.getNonDeferredFieldNames(fieldNames);
211211
dataLoaderDispatcherStrategy.executeObject(executionContext, parameters, fieldsExecutedOnInitialResult.size());
212212
Async.CombinedBuilder<FieldValueInfo> resolvedFieldFutures = getAsyncFieldValueInfo(executionContext, parameters, deferredExecutionSupport);
213-
dataLoaderDispatcherStrategy.finishedFetching(executionContext, parameters);
214213

215214
CompletableFuture<Map<String, Object>> overallResult = new CompletableFuture<>();
216215
BiConsumer<List<Object>, Throwable> handleResultsConsumer = buildFieldValueMap(fieldsExecutedOnInitialResult, overallResult, executionContext);

0 commit comments

Comments
 (0)