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