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