Automattic\WooCommerce\Vendor\GraphQL\Language\AST
SelectionSetNode{}└─ Node
No Hooks.
Usage
$SelectionSetNode = new SelectionSetNode(); // use class methods
Methods
No Methods in class.SelectionSetNode{} SelectionSetNode{} code WC 10.9.1
class SelectionSetNode extends Node
{
public string $kind = NodeKind::SELECTION_SET;
/** @var NodeList<SelectionNode&Node> */
public NodeList $selections;
}