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