Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
QueryDepth::getMaxQueryDepth
Method of the class: QueryDepth{}
No Hooks.
Returns
null. Nothing (null).
Usage
$QueryDepth = new QueryDepth(); $QueryDepth->getMaxQueryDepth(): int;
QueryDepth::getMaxQueryDepth() QueryDepth::getMaxQueryDepth code WC 11.0.1
public function getMaxQueryDepth(): int
{
return $this->maxQueryDepth;
}