Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

QueryPlan::queryPlanpublicWC 1.0

Method of the class: QueryPlan{}

No Hooks.

Returns

array<string, mixed>.

Usage

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

QueryPlan::queryPlan() code WC 11.0.1

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