Automattic\WooCommerce\Vendor\GraphQL\Executor
PromiseExecutor::doExecute
Method of the class: PromiseExecutor{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PromiseExecutor = new PromiseExecutor(); $PromiseExecutor->doExecute(): Promise;
PromiseExecutor::doExecute() PromiseExecutor::doExecute code WC 10.9.4
public function doExecute(): Promise
{
return $this->result;
}