8000 Transposition error - code format · graphql-java/graphql-java@095ba62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 095ba62

Browse files
committed
Transposition error - code format
1 parent 2758735 commit 095ba62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,8 @@ private FieldValueInfo completeField(GraphQLFieldDefinition fieldDef, ExecutionC
633633
ExecutionStrategyParameters newParameters = parameters.transform(
634634
executionStepInfo,
635635
FetchedValue.getLocalContext(fetchedValue, parameters.getLocalContext()),
636-
FetchedValue.getFetchedValue(fetchedValue));
636+
FetchedValue.getFetchedValue(fetchedValue)
637+
);
637638

638639
FieldValueInfo fieldValueInfo = completeValue(executionContext, newParameters);
639640
ctxCompleteField.onDispatched();
@@ -796,7 +797,8 @@ protected FieldValueInfo completeValueForList(ExecutionContext executionContext,
796797
stepInfoForListElement,
797798
indexedPath,
798799
FetchedValue.getLocalContext(fetchedValue, parameters.getLocalContext()),
799-
FetchedValue.getFetchedValue(fetchedValue));
800+
FetchedValue.getFetchedValue(fetchedValue)
801+
);
800802

801803
fieldValueInfos.add(completeValue(executionContext, newParameters));
802804
index++;

0 commit comments

Comments
 (0)
0