Automattic\WooCommerce\Vendor\GraphQL\Language\AST

SelectionSetNode{}WC 1.0└─ Node

No Hooks.

Usage

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

Methods

No Methods in class.

SelectionSetNode{} code WC 10.9.1

class SelectionSetNode extends Node
{
    public string $kind = NodeKind::SELECTION_SET;

    /** @var NodeList<SelectionNode&Node> */
    public NodeList $selections;
}