Uses of Class
graphql.schema.GraphQLAppliedDirectiveArgument
Packages that use GraphQLAppliedDirectiveArgument
Package
Description
-
Uses of GraphQLAppliedDirectiveArgument in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptiondefault @Nullable Object
ValueVisitor.visitAppliedDirectiveArgumentValue
(@Nullable Object coercedValue, GraphQLAppliedDirectiveArgument graphQLAppliedDirectiveArgument, ValueVisitor.InputElements inputElements) This is called when aGraphQLAppliedDirectiveArgument
is encounteredstatic Object
ValueTraverser.visitPreOrder
(Object coercedArgumentValue, GraphQLAppliedDirectiveArgument argument, ValueVisitor visitor) This will visit a single argument of aGraphQLAppliedDirective
and if the visitor changes the value, it will return a new argument value -
Uses of GraphQLAppliedDirectiveArgument in graphql.schema
Fields in graphql.schema with type parameters of type GraphQLAppliedDirectiveArgumentModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<GraphQLAppliedDirectiveArgument> GraphQLAppliedDirective.arguments
private final Map
<String, GraphQLAppliedDirectiveArgument> GraphQLAppliedDirective.Builder.arguments
Methods in graphql.schema that return GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptionGraphQLAppliedDirectiveArgument.Builder.build()
GraphQLAppliedDirective.getArgument
(String name) GraphQLArgument.toAppliedArgument()
This method can be used to turn an argument that was being use as an applied argument into one.GraphQLAppliedDirectiveArgument.transform
(Consumer<GraphQLAppliedDirectiveArgument.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.GraphQLAppliedDirectiveArgument.withNewChildren
(SchemaElementChildrenContainer newChildren) Methods in graphql.schema that return types with arguments of type GraphQLAppliedDirectiveArgumentMethods in graphql.schema with parameters of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptionGraphQLAppliedDirective.Builder.argument
(GraphQLAppliedDirectiveArgument argument) GraphQLAppliedDirectiveArgument.newArgument
(GraphQLAppliedDirectiveArgument existing) GraphQLTypeResolvingVisitor.TypeRefResolvingVisitor.visitGraphQLAppliedDirectiveArgument
(GraphQLAppliedDirectiveArgument node, TraverserContext<GraphQLSchemaElement> context) default TraversalControl
GraphQLTypeVisitor.visitGraphQLAppliedDirectiveArgument
(GraphQLAppliedDirectiveArgument node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitorStub.visitGraphQLAppliedDirectiveArgument
(GraphQLAppliedDirectiveArgument node, TraverserContext<GraphQLSchemaElement> context) Method parameters in graphql.schema with type arguments of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptionGraphQLAppliedDirective.Builder.replaceArguments
(List<GraphQLAppliedDirectiveArgument> arguments) Constructors in graphql.schema with parameters of type GraphQLAppliedDirectiveArgumentConstructor parameters in graphql.schema with type arguments of type GraphQLAppliedDirectiveArgumentModifierConstructorDescriptionprivate
GraphQLAppliedDirective
(String name, Directive definition, List<GraphQLAppliedDirectiveArgument> arguments) -
Uses of GraphQLAppliedDirectiveArgument in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptionprivate static GraphQLAppliedDirectiveArgument
SchemaGeneratorAppliedDirectiveHelper.buildAppliedArg
(SchemaGeneratorHelper.BuildContext buildCtx, Argument arg, GraphQLDirective directiveDefinition) Methods in graphql.schema.idl that return types with arguments of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptionprivate static List
<GraphQLAppliedDirectiveArgument> SchemaGeneratorAppliedDirectiveHelper.transferMissingAppliedArguments
(List<GraphQLAppliedDirectiveArgument> arguments, GraphQLDirective directiveDefinition) Method parameters in graphql.schema.idl with type arguments of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptionprivate static List
<GraphQLAppliedDirectiveArgument> SchemaGeneratorAppliedDirectiveHelper.transferMissingAppliedArguments
(List<GraphQLAppliedDirectiveArgument> arguments, GraphQLDirective directiveDefinition) -
Uses of GraphQLAppliedDirectiveArgument in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptionGraphQLTypeCollectingVisitor.visitGraphQLAppliedDirectiveArgument
(GraphQLAppliedDirectiveArgument node, TraverserContext<GraphQLSchemaElement> context) MultiReadOnlyGraphQLTypeVisitor.visitGraphQLAppliedDirectiveArgument
(GraphQLAppliedDirectiveArgument node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLAppliedDirectiveArgument in graphql.schema.visitor
Methods in graphql.schema.visitor with parameters of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControl
GraphQLSchemaVisitor.visitAppliedDirectiveArgument
(GraphQLAppliedDirectiveArgument appliedDirectiveArgument, GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment environment) Called when visiting aGraphQLAppliedDirectiveArgument
in the schemaGraphQLSchemaVisitorAdapter.visitGraphQLAppliedDirectiveArgument
(GraphQLAppliedDirectiveArgument node, TraverserContext<GraphQLSchemaElement> context)