Automattic\WooCommerce\Vendor\GraphQL\Server
RequestError::isClientSafe
Method of the class: RequestError{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RequestError = new RequestError(); $RequestError->isClientSafe(): bool;
RequestError::isClientSafe() RequestError::isClientSafe code WC 10.9.1
public function isClientSafe(): bool
{
return true;
}