Uses of Class
graphql.execution.directives.QueryAppliedDirective.Builder
Packages that use QueryAppliedDirective.Builder
-
Uses of QueryAppliedDirective.Builder in graphql.execution.directives
Methods in graphql.execution.directives that return QueryAppliedDirective.BuilderModifier and TypeMethodDescriptionQueryAppliedDirective.Builder.argument
(QueryAppliedDirectiveArgument argument) QueryAppliedDirective.Builder.argument
(QueryAppliedDirectiveArgument.Builder builder) Same effect as the argument(GraphQLAppliedDirectiveArgument).QueryAppliedDirective.Builder.argument
(UnaryOperator<QueryAppliedDirectiveArgument.Builder> builderFunction) Take an argument builder in a function definition and apply.QueryAppliedDirective.Builder.clearArguments()
This is used to clear all the arguments in the builder so far.QueryAppliedDirective.Builder.definition
(Directive definition) QueryAppliedDirective.newDirective()
QueryAppliedDirective.newDirective
(QueryAppliedDirective existing) QueryAppliedDirective.Builder.replaceArguments
(List<QueryAppliedDirectiveArgument> arguments) Method parameters in graphql.execution.directives with type arguments of type QueryAppliedDirective.BuilderModifier and TypeMethodDescriptionQueryAppliedDirective.transform
(Consumer<QueryAppliedDirective.Builder> builderConsumer) This helps you transform the current GraphQLDirective into another one by starting a builder with all the current values and allows you to transform it how you want.