Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

ScalarType::extensionASTNodespublicWC 1.0

Method of the class: ScalarType{}

No Hooks.

Returns

Array.

Usage

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

ScalarType::extensionASTNodes() code WC 10.9.4

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