| Modifier and Type | Method and Description |
|---|---|
Operation |
InvocationContext.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
InvocationContext.Builder |
InvocationContext.Builder.withOperation(Operation operation) |
| Constructor and Description |
|---|
OperationExecutor(Operation operation,
ValueMapper valueMapper,
GlobalEnvironment globalEnvironment,
ResolverInterceptorFactory interceptorFactory) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Operation> |
OperationRegistry.getChildQueries(AnnotatedType domainType) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLFieldDefinition |
OperationMapper.toGraphQLField(Operation operation,
BuildContext buildContext)
Maps a single operation to a GraphQL output field (as queries in GraphQL are nothing but fields of the root operation type).
|
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLFieldDefinition |
SchemaTransformerRegistry.transform(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLFieldDefinition |
SchemaTransformer.transformField(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLFieldDefinition |
NonNullMapper.transformField(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLFieldDefinition |
PublisherAdapter.transformField(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.unbatch() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
DefaultOperationBuilder.buildMutation(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation |
OperationBuilder.buildMutation(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation |
DefaultOperationBuilder.buildQuery(Type contextType,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation |
OperationBuilder.buildQuery(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation |
DefaultOperationBuilder.buildSubscription(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation |
OperationBuilder.buildSubscription(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Operation> |
Directives.getMappedOperation(graphql.schema.GraphQLFieldDefinition field) |
| Modifier and Type | Method and Description |
|---|---|
static graphql.schema.GraphQLDirective |
Directives.mappedOperation(Operation operation) |
Copyright © 2016–2018. All rights reserved.