How to update objects in list in GraphQL (in NodeJS)

前端 未结 0 421
情歌与酒
情歌与酒 2021-01-30 06:02

I have an object with the following model:

export const Address = mongoose.model(\'Address\',
    {   
        id: mongoose.SchemaTypes.ObjectId,
        customer         


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