Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
QueryComplexity::isEnabled
Method of the class: QueryComplexity{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->isEnabled(): bool;
QueryComplexity::isEnabled() QueryComplexity::isEnabled code WC 10.9.1
protected function isEnabled(): bool
{
return $this->maxQueryComplexity !== self::DISABLED;
}