Uses of Class
graphql.language.IntValue.Builder
Packages that use IntValue.Builder
-
Uses of IntValue.Builder in graphql.language
Methods in graphql.language that return IntValue.BuilderModifier and TypeMethodDescriptionIntValue.Builder.additionalData(String key, String value) IntValue.Builder.additionalData(Map<String, String> additionalData) IntValue.Builder.ignoredChars(IgnoredChars ignoredChars) static IntValue.BuilderIntValue.newIntValue()static IntValue.BuilderIntValue.newIntValue(BigInteger value) IntValue.Builder.sourceLocation(SourceLocation sourceLocation) IntValue.Builder.value(int value) IntValue.Builder.value(BigInteger value) Method parameters in graphql.language with type arguments of type IntValue.Builder