GraphQL\Validator\Rules\QueryDepth::__construct PHP Метод

__construct() публичный Метод

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