Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

QueryPlan::queryPlanpublicWC 1.0

Method of the class: QueryPlan{}

No Hooks.

Returns

Array. mixed>

Usage

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

QueryPlan::queryPlan() code WC 10.9.4

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