Uses of Class
graphql.language.NullValue.Builder
Packages that use NullValue.Builder
-
Uses of NullValue.Builder in graphql.language
Methods in graphql.language that return NullValue.BuilderModifier and TypeMethodDescriptionNullValue.Builder.additionalData
(String key, String value) NullValue.Builder.additionalData
(Map<String, String> additionalData) NullValue.Builder.ignoredChars
(IgnoredChars ignoredChars) static NullValue.Builder
NullValue.newNullValue()
NullValue.Builder.sourceLocation
(SourceLocation sourceLocation) Method parameters in graphql.language with type arguments of type NullValue.BuilderModifier and TypeMethodDescriptionNullValue.transform
(Consumer<NullValue.Builder> builderConsumer)