GraphQL\Validator\Rules\QueryDepth::isEnabled PHP 메소드

isEnabled() 보호된 메소드

protected isEnabled ( )
    protected function isEnabled()
    {
        return $this->getMaxQueryDepth() !== static::DISABLED;
    }