Automattic\WooCommerce\Vendor\GraphQL\Language\AST

EnumValueNode{}WC 1.0└─ ValueNode, Node

No Hooks.

Usage

$EnumValueNode = new EnumValueNode();
// use class methods

Methods

No Methods in class.

EnumValueNode{} code WC 10.9.1

class EnumValueNode extends Node implements ValueNode
{
    public string $kind = NodeKind::ENUM;

    public string $value;
}