Uses of Class
graphql.language.BooleanValue
Packages that use BooleanValue
-
Uses of BooleanValue in graphql.language
Subclasses with type arguments of type BooleanValue in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type BooleanValueMethods 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)