Uses of Class
graphql.language.NullValue
-
Packages that use NullValue Package Description graphql.language -
-
Uses of NullValue in graphql.language
Methods in graphql.language that return NullValue Modifier and Type Method Description NullValue
NullValue.Builder. build()
NullValue
NullValue. deepCopy()
static NullValue
NullValue. of()
NullValue
NullValue. transform(java.util.function.Consumer<NullValue.Builder> builderConsumer)
NullValue
NullValue. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language with parameters of type NullValue Modifier and Type Method Description TraversalControl
NodeVisitor. visitNullValue(NullValue node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitNullValue(NullValue node, TraverserContext<Node> context)
Constructors in graphql.language with parameters of type NullValue Constructor Description Builder(NullValue existing)
-