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

setType() public method

public setType ( $type )
    public function setType($type)
    {
        $this->getConfig()->set('type', $type);
    }