Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

UnionType::extensionASTNodespublicWC 1.0

Method of the class: UnionType{}

No Hooks.

Returns

Array.

Usage

$UnionType = new UnionType();
$UnionType->extensionASTNodes(): array;

UnionType::extensionASTNodes() code WC 10.9.1

public function extensionASTNodes(): array
{
    return $this->extensionASTNodes;
}