Automattic\WooCommerce\Internal\Api\Autogenerated
GraphQLController::principal_resolver_takes_request
Method of the class: GraphQLController{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->principal_resolver_takes_request(): bool;
GraphQLController::principal_resolver_takes_request() GraphQLController::principal resolver takes request code WC 10.9.1
protected function principal_resolver_takes_request(): bool {
return false;
}