public class EnhancedExecutionStrategy
extends graphql.execution.SimpleExecutionStrategy
| Constructor and Description |
|---|
EnhancedExecutionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected graphql.ExecutionResult |
completeValue(graphql.execution.ExecutionContext executionContext,
graphql.schema.GraphQLType fieldType,
java.util.List<graphql.language.Field> fields,
java.lang.Object result) |
protected graphql.ExecutionResult |
resolveField(graphql.execution.ExecutionContext executionContext,
graphql.schema.GraphQLObjectType parentType,
java.lang.Object source,
java.util.List<graphql.language.Field> fields) |
protected graphql.ExecutionResult resolveField(graphql.execution.ExecutionContext executionContext,
graphql.schema.GraphQLObjectType parentType,
java.lang.Object source,
java.util.List<graphql.language.Field> fields)
resolveField in class graphql.execution.ExecutionStrategyprotected graphql.ExecutionResult completeValue(graphql.execution.ExecutionContext executionContext,
graphql.schema.GraphQLType fieldType,
java.util.List<graphql.language.Field> fields,
java.lang.Object result)
completeValue in class graphql.execution.ExecutionStrategy