public class SimpleExecutionStrategy extends ExecutionStrategy
fieldCollector, valuesResolver| Constructor and Description |
|---|
SimpleExecutionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
execute(ExecutionContext executionContext,
GraphQLObjectType parentType,
java.lang.Object source,
java.util.Map<java.lang.String,java.util.List<Field>> fields) |
completeValue, completeValueForEnum, completeValueForList, completeValueForScalar, getFieldDef, resolveField, resolveType, resolveTypepublic ExecutionResult execute(ExecutionContext executionContext, GraphQLObjectType parentType, java.lang.Object source, java.util.Map<java.lang.String,java.util.List<Field>> fields)
execute in class ExecutionStrategy