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

isEnabled() protected method

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