Uses of Class
graphql.language.StringValue
Packages that use StringValue
-
Uses of StringValue in graphql.language
Methods in graphql.language that return StringValueModifier and TypeMethodDescriptionStringValue.Builder.build()
StringValue.deepCopy()
static StringValue
StringValue.transform
(Consumer<StringValue.Builder> builderConsumer) StringValue.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type StringValueModifier and TypeMethodDescriptionNodeVisitor.visitStringValue
(StringValue node, TraverserContext<Node> data) NodeVisitorStub.visitStringValue
(StringValue node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type StringValue -
Uses of StringValue in graphql.scalar
Methods in graphql.scalar that return StringValueModifier and TypeMethodDescriptionprivate @NotNull StringValue
GraphqlIDCoercing.valueToLiteralImpl
(Object input, @NotNull Locale locale) private StringValue
GraphqlStringCoercing.valueToLiteralImpl
(@NotNull Object input)