Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
QueryPlan::queryPlan
Method of the class: QueryPlan{}
No Hooks.
Returns
Array
Usage
$QueryPlan = new QueryPlan(); $QueryPlan->queryPlan(): array;
QueryPlan::queryPlan() QueryPlan::queryPlan code WC 10.9.4
public function queryPlan(): array
{
return $this->queryPlan;
}