Uses of Class
graphql.language.Argument.Builder
-
Packages that use Argument.Builder Package Description graphql.language -
-
Uses of Argument.Builder in graphql.language
Methods in graphql.language that return Argument.Builder Modifier and Type Method Description Argument.Builder
Argument.Builder. additionalData(java.lang.String key, java.lang.String value)
Argument.Builder
Argument.Builder. additionalData(java.util.Map<java.lang.String,java.lang.String> additionalData)
Argument.Builder
Argument.Builder. comments(java.util.List<Comment> comments)
Argument.Builder
Argument.Builder. ignoredChars(IgnoredChars ignoredChars)
Argument.Builder
Argument.Builder. name(java.lang.String name)
static Argument.Builder
Argument. newArgument()
static Argument.Builder
Argument. newArgument(java.lang.String name, Value value)
Argument.Builder
Argument.Builder. sourceLocation(SourceLocation sourceLocation)
Argument.Builder
Argument.Builder. value(Value value)
Method parameters in graphql.language with type arguments of type Argument.Builder Modifier and Type Method Description Argument
Argument. transform(java.util.function.Consumer<Argument.Builder> builderConsumer)
-