Uses of Class
io.leangen.graphql.metadata.Operation
-
-
Uses of Operation in io.leangen.graphql.execution
Methods in io.leangen.graphql.execution that return Operation Modifier and Type Method Description OperationInvocationContext. getOperation()OperationOperationExecutor. getOperation()Methods in io.leangen.graphql.execution with parameters of type Operation Modifier and Type Method Description InvocationContext.BuilderInvocationContext.Builder. withOperation(Operation operation)Constructors in io.leangen.graphql.execution with parameters of type Operation Constructor Description OperationExecutor(Operation operation, ValueMapper valueMapper, GlobalEnvironment globalEnvironment, ResolverInterceptorFactory interceptorFactory) -
Uses of Operation in io.leangen.graphql.generator
Methods in io.leangen.graphql.generator that return Operation Modifier and Type Method Description OperationTypeRegistry. getMappedOperation(graphql.schema.FieldCoordinates field)Methods in io.leangen.graphql.generator that return types with arguments of type Operation Modifier and Type Method Description Collection<Operation>OperationRegistry. getChildQueries(AnnotatedType domainType)Methods in io.leangen.graphql.generator with parameters of type Operation Modifier and Type Method Description voidTypeRegistry. registerMapping(graphql.schema.FieldCoordinates field, Operation operation)graphql.schema.GraphQLFieldDefinitionOperationMapper. toGraphQLField(String parentType, 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). -
Uses of Operation in io.leangen.graphql.generator.mapping
Methods in io.leangen.graphql.generator.mapping with parameters of type Operation Modifier and Type Method Description graphql.schema.GraphQLFieldDefinitionSchemaTransformerRegistry. transform(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLFieldDefinitionSchemaTransformer. transformField(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext) -
Uses of Operation in io.leangen.graphql.generator.mapping.common
Methods in io.leangen.graphql.generator.mapping.common with parameters of type Operation Modifier and Type Method Description graphql.schema.GraphQLFieldDefinitionNonNullMapper. transformField(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext) -
Uses of Operation in io.leangen.graphql.generator.mapping.core
Methods in io.leangen.graphql.generator.mapping.core with parameters of type Operation Modifier and Type Method Description graphql.schema.GraphQLFieldDefinitionPublisherAdapter. transformField(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext) -
Uses of Operation in io.leangen.graphql.metadata
Methods in io.leangen.graphql.metadata that return Operation Modifier and Type Method Description OperationOperation. unbatch() -
Uses of Operation in io.leangen.graphql.metadata.strategy.query
Methods in io.leangen.graphql.metadata.strategy.query that return Operation Modifier and Type Method Description OperationDefaultOperationBuilder. buildMutation(Type context, List<Resolver> resolvers, GlobalEnvironment environment)OperationOperationBuilder. buildMutation(Type context, List<Resolver> resolvers, GlobalEnvironment environment)OperationDefaultOperationBuilder. buildQuery(Type contextType, List<Resolver> resolvers, GlobalEnvironment environment)OperationOperationBuilder. buildQuery(Type context, List<Resolver> resolvers, GlobalEnvironment environment)OperationDefaultOperationBuilder. buildSubscription(Type context, List<Resolver> resolvers, GlobalEnvironment environment)OperationOperationBuilder. buildSubscription(Type context, List<Resolver> resolvers, GlobalEnvironment environment)
-