| Modifier and Type | Method and Description |
|---|---|
Object |
ResolutionEnvironment.getInputValue(Object input,
OperationArgument argument) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLArgument |
SchemaTransformerRegistry.transform(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLArgument |
SchemaTransformer.transformArgument(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLArgument |
NonNullMapper.transformArgument(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationArgument> |
Operation.getArguments() |
List<OperationArgument> |
Resolver.getArguments() |
| Constructor and Description |
|---|
Operation(String name,
AnnotatedType javaType,
Type contextType,
List<OperationArgument> arguments,
List<Resolver> resolvers,
graphql.language.OperationDefinition.Operation operationType,
boolean batched) |
Resolver(String operationName,
String operationDescription,
String operationDeprecationReason,
boolean batched,
Executable executable,
AnnotatedType returnType,
List<OperationArgument> arguments,
String complexityExpression) |
| Modifier and Type | Method and Description |
|---|---|
protected OperationArgument |
AnnotatedArgumentBuilder.buildResolverArgument(Parameter parameter,
AnnotatedType parameterType,
InclusionStrategy inclusionStrategy,
GlobalEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationArgument> |
ResolverArgumentBuilder.buildResolverArguments(ArgumentBuilderParams params) |
List<OperationArgument> |
AnnotatedArgumentBuilder.buildResolverArguments(ArgumentBuilderParams params) |
protected List<OperationArgument> |
DefaultOperationBuilder.collectArguments(String operationName,
List<Resolver> resolvers) |
Copyright © 2016–2018. All rights reserved.