How to update a whole array of objects in mongodb without changing the object ids of the objects

后端 未结 0 702
野趣味
野趣味 2020-12-04 15:17

I have the following schema

let questionnaire = {
    name:"my beautiful questionnaire",
    questionnaireId: \'101010\',
    questions:[
        {
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题