Automattic\WooCommerce\Internal\Api\Autogenerated

GraphQLController::principal_resolver_takes_requestprotectedWC 1.0

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() code WC 10.9.1

protected function principal_resolver_takes_request(): bool {
	return false;
}