Automattic\WooCommerce\Vendor\GraphQL\Language\AST
DocumentNode{}└─ Node
Хуков нет.
Использование
$DocumentNode = new DocumentNode(); // use class methods
Методы
Нет Методов у класса.Код DocumentNode{} DocumentNode{} WC 11.0.1
class DocumentNode extends Node
{
public string $kind = NodeKind::DOCUMENT;
/** @var NodeList<DefinitionNode&Node> */
public NodeList $definitions;
}