public class Execution
extends java.lang.Object
Constructor and Description |
---|
Execution() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ExecutionResult> |
execute(java.lang.Class<? extends ExecutionStrategy> executionStrategy,
Document document,
GraphQLSchema graphQLSchema,
ExecutionId executionId,
ExecutionInput executionInput) |
public java.util.concurrent.CompletableFuture<ExecutionResult> execute(java.lang.Class<? extends ExecutionStrategy> executionStrategy, Document document, GraphQLSchema graphQLSchema, ExecutionId executionId, ExecutionInput executionInput)