Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

QueryDepth::getMaxQueryDepthpublicWC 1.0

Method of the class: QueryDepth{}

No Hooks.

Returns

null. Nothing (null).

Usage

$QueryDepth = new QueryDepth();
$QueryDepth->getMaxQueryDepth(): int;

QueryDepth::getMaxQueryDepth() code WC 11.0.1

public function getMaxQueryDepth(): int
{
    return $this->maxQueryDepth;
}