Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

QueryDepth::__constructpublicWC 1.0

Method of the class: QueryDepth{}

No Hooks.

Returns

null. Nothing (null).

Usage

$QueryDepth = new QueryDepth();
$QueryDepth->__construct( $maxQueryDepth );
$maxQueryDepth(int) (required)
.

QueryDepth::__construct() code WC 10.9.1

public function __construct(int $maxQueryDepth)
{
    $this->setMaxQueryDepth($maxQueryDepth);
}