Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

QueryPlan::getReferencedTypespublicWC 1.0

Method of the class: QueryPlan{}

No Hooks.

Returns

Array. string>

Usage

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

QueryPlan::getReferencedTypes() code WC 10.9.1

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