Uses of Class
graphql.schema.GraphQLArgument
Packages that use GraphQLArgument
Package
Description
-
Uses of GraphQLArgument in graphql
Methods in graphql that return types with arguments of type GraphQLArgumentModifier and TypeMethodDescriptionstatic Optional<GraphQLArgument> DirectivesUtil.directiveWithArg(List<GraphQLDirective> directives, String directiveName, String argumentName) Deprecated. -
Uses of GraphQLArgument in graphql.analysis
Methods in graphql.analysis that return GraphQLArgumentModifier and TypeMethodDescriptionQueryVisitorFieldArgumentEnvironment.getGraphQLArgument()QueryVisitorFieldArgumentEnvironmentImpl.getGraphQLArgument()QueryVisitorFieldArgumentValueEnvironment.getGraphQLArgument()QueryVisitorFieldArgumentValueEnvironmentImpl.getGraphQLArgument()Constructors in graphql.analysis with parameters of type GraphQLArgumentModifierConstructorDescriptionQueryVisitorFieldArgumentEnvironmentImpl(GraphQLFieldDefinition fieldDefinition, Argument argument, GraphQLArgument graphQLArgument, Object argumentValue, Map<String, Object> variables, QueryVisitorFieldEnvironment parentEnvironment, TraverserContext<Node> traverserContext, GraphQLSchema schema) QueryVisitorFieldArgumentValueEnvironmentImpl(GraphQLSchema schema, GraphQLFieldDefinition fieldDefinition, GraphQLArgument graphQLArgument, QueryVisitorFieldArgumentInputValue argumentInputValue, TraverserContext<Node> traverserContext, Map<String, Object> variables) -
Uses of GraphQLArgument in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLArgumentModifier and TypeMethodDescriptiondefault @Nullable ObjectValueVisitor.visitArgumentValue(@Nullable Object coercedValue, GraphQLArgument graphQLArgument, ValueVisitor.InputElements inputElements) This is called when aGraphQLArgumentis encounteredstatic ObjectValueTraverser.visitPreOrder(Object coercedArgumentValue, GraphQLArgument argument, ValueVisitor visitor) This will visit a single argument of aGraphQLArgumentand if the visitor changes the value, it will return a new argument value -
Uses of GraphQLArgument in graphql.execution
Method parameters in graphql.execution with type arguments of type GraphQLArgumentModifier and TypeMethodDescriptionValuesResolver.getArgumentValues(GraphQLCodeRegistry codeRegistry, List<GraphQLArgument> argumentTypes, List<Argument> arguments, CoercedVariables coercedVariables, GraphQLContext graphqlContext, Locale locale) ValuesResolver.getArgumentValues(List<GraphQLArgument> argumentTypes, List<Argument> arguments, CoercedVariables coercedVariables, GraphQLContext graphqlContext, Locale locale) This is not used for validation: the argument literals are all validated and the variables are validated (when coerced)static Map<String, NormalizedInputValue> ValuesResolver.getNormalizedArgumentValues(List<GraphQLArgument> argumentTypes, List<Argument> arguments, Map<String, NormalizedInputValue> normalizedVariables) No validation as the arguments are assumed validConstructors in graphql.execution with parameters of type GraphQLArgumentModifierConstructorDescriptionNonNullableValueCoercedAsNullException(GraphQLArgument graphQLArgument) -
Uses of GraphQLArgument in graphql.relay
Methods in graphql.relay that return types with arguments of type GraphQLArgument -
Uses of GraphQLArgument in graphql.schema
Methods in graphql.schema that return GraphQLArgumentModifier and TypeMethodDescriptionGraphQLArgument.Builder.build()GraphQLDirective.getArgument(String name) GraphQLFieldDefinition.getArgument(String name) GraphQLArgument.transform(Consumer<GraphQLArgument.Builder> builderConsumer) This helps you transform the current GraphQLArgument into another one by starting a builder with all the current values and allows you to transform it how you want.GraphQLArgument.withNewChildren(SchemaElementChildrenContainer newChildren) Methods in graphql.schema that return types with arguments of type GraphQLArgumentModifier and TypeMethodDescriptionGraphQLDirective.getArguments()GraphQLFieldDefinition.getArguments()Methods in graphql.schema with parameters of type GraphQLArgumentModifier and TypeMethodDescriptionGraphQLDirective.Builder.argument(GraphQLArgument argument) GraphQLFieldDefinition.Builder.argument(GraphQLArgument argument) static <T> TGraphQLArgument.getArgumentDefaultValue(GraphQLArgument argument) This static helper method will give out a java value based on the semantics captured in theInputValueWithStatefromGraphQLArgument.getArgumentDefaultValue()Note : You MUST only call this on aGraphQLArgumentthat is part of a fully formed schema.static <T> TGraphQLArgument.getArgumentValue(GraphQLArgument argument) Deprecated.static GraphQLArgument.BuilderGraphQLArgument.newArgument(GraphQLArgument existing) GraphQLTypeVisitor.visitGraphQLArgument(GraphQLArgument node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitorStub.visitGraphQLArgument(GraphQLArgument node, TraverserContext<GraphQLSchemaElement> context) Method parameters in graphql.schema with type arguments of type GraphQLArgumentModifier and TypeMethodDescriptionGraphQLFieldDefinition.Builder.argument(List<GraphQLArgument> arguments) Deprecated.This is a badly named method and is replaced byGraphQLFieldDefinition.Builder.arguments(java.util.List)GraphQLFieldDefinition.Builder.arguments(List<GraphQLArgument> arguments) This adds the list of arguments to the field.GraphQLDirective.Builder.replaceArguments(List<GraphQLArgument> arguments) GraphQLFieldDefinition.Builder.replaceArguments(List<GraphQLArgument> arguments) Constructors in graphql.schema with parameters of type GraphQLArgument -
Uses of GraphQLArgument in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLArgumentModifier and TypeMethodDescriptiondefault GraphQLArgumentSchemaDirectiveWiring.onArgument(SchemaDirectiveWiringEnvironment<GraphQLArgument> environment) This is called when an argument is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementMethod parameters in graphql.schema.idl with type arguments of type GraphQLArgumentModifier and TypeMethodDescriptiondefault GraphQLArgumentSchemaDirectiveWiring.onArgument(SchemaDirectiveWiringEnvironment<GraphQLArgument> environment) This is called when an argument is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL element -
Uses of GraphQLArgument in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLArgumentModifier and TypeMethodDescriptionGraphQLTypeCollectingVisitor.visitGraphQLArgument(GraphQLArgument node, TraverserContext<GraphQLSchemaElement> context) MultiReadOnlyGraphQLTypeVisitor.visitGraphQLArgument(GraphQLArgument node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLArgument in graphql.schema.validation
Methods in graphql.schema.validation with parameters of type GraphQLArgumentModifier and TypeMethodDescriptionDefaultValuesAreValid.visitGraphQLArgument(GraphQLArgument argument, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLArgument in graphql.schema.visitor
Subinterfaces with type arguments of type GraphQLArgument in graphql.schema.visitorModifier and TypeInterfaceDescriptionstatic interfaceAGraphQLSchemaVisitorEnvironmentenvironment specific toGraphQLArgumentMethods in graphql.schema.visitor with parameters of type GraphQLArgumentModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitArgument(GraphQLArgument argument, GraphQLSchemaVisitor.ArgumentVisitorEnvironment environment) Called when visiting aGraphQLArgumentin the schema -
Uses of GraphQLArgument in graphql.validation
Methods in graphql.validation that return GraphQLArgument
GraphQLAppliedDirectiveArgumentinstead