GraphQL\Validator\Rules\QueryDepth::__construct PHP Method

__construct() public method

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