Uses of Class
io.leangen.graphql.metadata.OperationArgument
-
-
Uses of OperationArgument in io.leangen.graphql.execution
Methods in io.leangen.graphql.execution with parameters of type OperationArgument Modifier and Type Method Description ObjectResolutionEnvironment. getInputValue(Object input, OperationArgument argument) -
Uses of OperationArgument in io.leangen.graphql.generator.mapping
Methods in io.leangen.graphql.generator.mapping that return OperationArgument Modifier and Type Method Description OperationArgumentArgumentInjectorParams. getArgument()Methods in io.leangen.graphql.generator.mapping with parameters of type OperationArgument Modifier and Type Method Description graphql.schema.GraphQLArgumentSchemaTransformerRegistry. transform(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLArgumentSchemaTransformer. transformArgument(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext)Constructors in io.leangen.graphql.generator.mapping with parameters of type OperationArgument Constructor Description ArgumentInjectorParams(Object input, boolean present, OperationArgument argument, ResolutionEnvironment resolutionEnvironment) -
Uses of OperationArgument in io.leangen.graphql.generator.mapping.common
Methods in io.leangen.graphql.generator.mapping.common with parameters of type OperationArgument Modifier and Type Method Description graphql.schema.GraphQLArgumentNonNullMapper. transformArgument(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext) -
Uses of OperationArgument in io.leangen.graphql.metadata
Methods in io.leangen.graphql.metadata that return types with arguments of type OperationArgument Modifier and Type Method Description List<OperationArgument>Operation. getArguments()List<OperationArgument>Resolver. getArguments()Method parameters in io.leangen.graphql.metadata with type arguments of type OperationArgument Modifier and Type Method Description protected voidResolver. validateBatching(String executableSignature, AnnotatedType returnType, Set<OperationArgument> contextArguments)Constructor parameters in io.leangen.graphql.metadata with type arguments of type OperationArgument Constructor Description Operation(String name, AnnotatedType javaType, Type contextType, List<OperationArgument> arguments, List<Resolver> resolvers, graphql.language.OperationDefinition.Operation operationType, boolean batched, boolean async)Resolver(String operationName, String operationDescription, String operationDeprecationReason, boolean batched, Executable<?> executable, TypedElement typedElement, List<OperationArgument> arguments, String complexityExpression) -
Uses of OperationArgument in io.leangen.graphql.metadata.strategy.query
Methods in io.leangen.graphql.metadata.strategy.query that return OperationArgument Modifier and Type Method Description protected OperationArgumentAnnotatedArgumentBuilder. buildResolverArgument(Parameter parameter, AnnotatedType parameterType, ArgumentBuilderParams builderParams)Methods in io.leangen.graphql.metadata.strategy.query that return types with arguments of type OperationArgument Modifier and Type Method Description List<OperationArgument>AnnotatedArgumentBuilder. buildResolverArguments(ArgumentBuilderParams params)List<OperationArgument>ResolverArgumentBuilder. buildResolverArguments(ArgumentBuilderParams params)protected List<OperationArgument>DefaultOperationBuilder. collectArguments(String operationName, List<Resolver> resolvers)
-