We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee7dda commit 0c53c64Copy full SHA for 0c53c64
graphql-java-kickstart/src/main/java/graphql/kickstart/execution/GraphQLInvoker.java
@@ -19,7 +19,7 @@ public class GraphQLInvoker {
19
20
private final GraphQLBuilder graphQLBuilder;
21
private final BatchedDataLoaderGraphQLBuilder batchedDataLoaderGraphQLBuilder;
22
- private final GraphQLInvokerProxy proxy = GraphQL::executeAsync;
+ private GraphQLInvokerProxy proxy = GraphQL::executeAsync;
23
24
public CompletableFuture<ExecutionResult> executeAsync(GraphQLSingleInvocationInput invocationInput) {
25
GraphQL graphQL = graphQLBuilder.build(invocationInput.getSchema());
0 commit comments