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 NullValueNullValue.Builder. build()NullValueNullValue. deepCopy()static NullValueNullValue. of()NullValueNullValue. transform(java.util.function.Consumer<NullValue.Builder> builderConsumer)NullValueNullValue. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language with parameters of type NullValue Modifier and Type Method Description TraversalControlNodeVisitor. visitNullValue(NullValue node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitNullValue(NullValue node, TraverserContext<Node> context)Constructors in graphql.language with parameters of type NullValue Constructor Description Builder(NullValue existing)
-