Uses of Class
graphql.language.BooleanValue
Packages that use BooleanValue
-
Uses of BooleanValue in graphql.language
Methods in graphql.language that return BooleanValueModifier and TypeMethodDescriptionBooleanValue.Builder.build()BooleanValue.deepCopy()static BooleanValueBooleanValue.of(boolean value) BooleanValue.transform(Consumer<BooleanValue.Builder> builderConsumer) BooleanValue.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type BooleanValueModifier and TypeMethodDescriptionNodeVisitor.visitBooleanValue(BooleanValue node, TraverserContext<Node> data) NodeVisitorStub.visitBooleanValue(BooleanValue node, TraverserContext<Node> context)