Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

QueryPlan::getReferencedTypespublicWC 1.0

Method of the class: QueryPlan{}

No Hooks.

Returns

array<int, string>.

Usage

$QueryPlan = new QueryPlan();
$QueryPlan->getReferencedTypes(): array;

QueryPlan::getReferencedTypes() code WC 11.0.1

public function getReferencedTypes(): array
{
    return array_keys($this->typeToFields);
}