Uses of Class
graphql.schema.GraphQLAppliedDirectiveArgument.Builder
-
Packages that use GraphQLAppliedDirectiveArgument.Builder Package Description graphql.schema -
-
Uses of GraphQLAppliedDirectiveArgument.Builder in graphql.schema
Methods in graphql.schema that return GraphQLAppliedDirectiveArgument.Builder Modifier and Type Method Description GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.Builder. clearValue()Removes the value to represent a missing value (which is different from null)GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.Builder. definition(Argument definition)GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.Builder. inputValueWithState(@NotNull InputValueWithState value)static GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument. newArgument()static GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument. newArgument(GraphQLAppliedDirectiveArgument existing)GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.Builder. type(GraphQLInputType type)GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.Builder. valueLiteral(@NotNull Value<?> value)Sets a literal AST value as the arguments valueGraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.Builder. valueProgrammatic(@Nullable java.lang.Object value)Methods in graphql.schema with parameters of type GraphQLAppliedDirectiveArgument.Builder Modifier and Type Method Description GraphQLAppliedDirective.BuilderGraphQLAppliedDirective.Builder. argument(GraphQLAppliedDirectiveArgument.Builder builder)Same effect as the argument(GraphQLAppliedDirectiveArgument).Method parameters in graphql.schema with type arguments of type GraphQLAppliedDirectiveArgument.Builder Modifier and Type Method Description GraphQLAppliedDirective.BuilderGraphQLAppliedDirective.Builder. argument(java.util.function.UnaryOperator<GraphQLAppliedDirectiveArgument.Builder> builderFunction)Take an argument builder in a function definition and apply.GraphQLAppliedDirectiveArgumentGraphQLAppliedDirectiveArgument. transform(java.util.function.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.
-