Uses of Class
graphql.language.NullValue
Packages that use NullValue
-
Uses of NullValue in graphql.language
Methods in graphql.language that return NullValueModifier and TypeMethodDescriptionNullValue.Builder.build()
NullValue.deepCopy()
static NullValue
NullValue.of()
NullValue.transform
(Consumer<NullValue.Builder> builderConsumer) NullValue.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type NullValueModifier and TypeMethodDescriptionNodeVisitor.visitNullValue
(NullValue node, TraverserContext<Node> data) NodeVisitorStub.visitNullValue
(NullValue node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type NullValue