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