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