Uses of Class
graphql.execution.directives.QueryAppliedDirectiveArgument.Builder
Packages that use QueryAppliedDirectiveArgument.Builder
-
Uses of QueryAppliedDirectiveArgument.Builder in graphql.execution.directives
Methods in graphql.execution.directives that return QueryAppliedDirectiveArgument.BuilderModifier and TypeMethodDescriptionQueryAppliedDirectiveArgument.Builder.clearValue()Removes the value to represent a missing value (which is different from null)QueryAppliedDirectiveArgument.Builder.definition(Argument definition) QueryAppliedDirectiveArgument.Builder.inputValueWithState(@NotNull InputValueWithState value) QueryAppliedDirectiveArgument.newArgument()QueryAppliedDirectiveArgument.newArgument(QueryAppliedDirectiveArgument existing) QueryAppliedDirectiveArgument.Builder.type(GraphQLInputType type) QueryAppliedDirectiveArgument.Builder.valueLiteral(@NotNull Value<?> value) Sets a literal AST value as the arguments valueQueryAppliedDirectiveArgument.Builder.valueProgrammatic(@Nullable Object value) Methods in graphql.execution.directives with parameters of type QueryAppliedDirectiveArgument.BuilderModifier and TypeMethodDescriptionQueryAppliedDirective.Builder.argument(QueryAppliedDirectiveArgument.Builder builder) Same effect as the argument(GraphQLAppliedDirectiveArgument).Method parameters in graphql.execution.directives with type arguments of type QueryAppliedDirectiveArgument.BuilderModifier and TypeMethodDescriptionQueryAppliedDirective.Builder.argument(UnaryOperator<QueryAppliedDirectiveArgument.Builder> builderFunction) Take an argument builder in a function definition and apply.QueryAppliedDirectiveArgument.transform(Consumer<QueryAppliedDirectiveArgument.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.