Automattic\WooCommerce\Vendor\GraphQL\Executor
ExecutionResult::jsonSerialize
Method of the class: ExecutionResult{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ExecutionResult = new ExecutionResult(); $ExecutionResult->jsonSerialize(): array;
ExecutionResult::jsonSerialize() ExecutionResult::jsonSerialize code WC 10.8.1
public function jsonSerialize(): array
{
return $this->toArray();
}