public class GraphQLQueryInvoker
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GraphQLQueryInvoker.Builder |
Modifier | Constructor and Description |
---|---|
protected |
GraphQLQueryInvoker(java.util.function.Supplier<ExecutionStrategyProvider> getExecutionStrategyProvider,
java.util.function.Supplier<graphql.execution.instrumentation.Instrumentation> getInstrumentation,
java.util.function.Supplier<graphql.execution.preparsed.PreparsedDocumentProvider> getPreparsedDocumentProvider) |
Modifier and Type | Method and Description |
---|---|
protected graphql.execution.instrumentation.Instrumentation |
getInstrumentation(java.lang.Object context) |
static GraphQLQueryInvoker.Builder |
newBuilder() |
void |
query(GraphQLBatchedInvocationInput batchedInvocationInput,
ExecutionResultHandler executionResultHandler) |
graphql.ExecutionResult |
query(GraphQLSingleInvocationInput singleInvocationInput) |
protected GraphQLQueryInvoker(java.util.function.Supplier<ExecutionStrategyProvider> getExecutionStrategyProvider, java.util.function.Supplier<graphql.execution.instrumentation.Instrumentation> getInstrumentation, java.util.function.Supplier<graphql.execution.preparsed.PreparsedDocumentProvider> getPreparsedDocumentProvider)
public graphql.ExecutionResult query(GraphQLSingleInvocationInput singleInvocationInput)
public void query(GraphQLBatchedInvocationInput batchedInvocationInput, ExecutionResultHandler executionResultHandler)
protected graphql.execution.instrumentation.Instrumentation getInstrumentation(java.lang.Object context)
public static GraphQLQueryInvoker.Builder newBuilder()