Automattic\WooCommerce\Vendor\GraphQL\Language\AST
BooleanValueNode{}└─ ValueNode, Node
No Hooks.
Usage
$BooleanValueNode = new BooleanValueNode(); // use class methods
Methods
No Methods in class.BooleanValueNode{} BooleanValueNode{} code WC 10.9.1
class BooleanValueNode extends Node implements ValueNode
{
public string $kind = NodeKind::BOOLEAN;
public bool $value;
}