GraphQL\Type\Definition\InputObjectField::getType PHP Method

getType() public method

public getType ( ) : mixed
return mixed
    public function getType()
    {
        return Type::resolve($this->type);
    }