user.update({userName:undefined,birth:"2020"}) When updating in this way, the userName field becomes undefined. I want an optional update query.
user.update({userName:undefined,birth:"2020"})