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 ObjectValueVisitor.visitAppliedDirectiveArgumentValue(@Nullable Object coercedValue, GraphQLAppliedDirectiveArgument graphQLAppliedDirectiveArgument, ValueVisitor.InputElements inputElements) This is called when aGraphQLAppliedDirectiveArgumentis encounteredstatic ObjectValueTraverser.visitPreOrder(Object coercedArgumentValue, GraphQLAppliedDirectiveArgument argument, ValueVisitor visitor) This will visit a single argument of aGraphQLAppliedDirectiveand if the visitor changes the value, it will return a new argument value -
Uses of GraphQLAppliedDirectiveArgument in graphql.schema
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) default TraversalControlGraphQLTypeVisitor.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 GraphQLAppliedDirectiveArgument -
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
Subinterfaces with type arguments of type GraphQLAppliedDirectiveArgument in graphql.schema.visitorModifier and TypeInterfaceDescriptionstatic interfaceAGraphQLSchemaVisitorEnvironmentenvironment specific toGraphQLAppliedDirectiveArgumentMethods in graphql.schema.visitor with parameters of type GraphQLAppliedDirectiveArgumentModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitAppliedDirectiveArgument(GraphQLAppliedDirectiveArgument appliedDirectiveArgument, GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment environment) Called when visiting aGraphQLAppliedDirectiveArgumentin the schema