Automattic\WooCommerce\Vendor\GraphQL\Language\AST

DocumentNode{}WC 1.0└─ Node

Хуков нет.

Использование

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

Методы

Нет Методов у класса.

Код DocumentNode{} WC 11.0.1

class DocumentNode extends Node
{
    public string $kind = NodeKind::DOCUMENT;

    /** @var NodeList<DefinitionNode&Node> */
    public NodeList $definitions;
}