Youshido\GraphQL\Field\AbstractField::isDeprecated PHP Method

isDeprecated() public method

public isDeprecated ( )
    public function isDeprecated()
    {
        return $this->getConfigValue('isDeprecated', false);
    }