steedos / steedos.com

华炎魔方官网、应用商城:使用serverless-nextjs开发前端页面,通过graphql接口连接华炎魔方数据。无服务、自动化部署。

Home Page:https://www.steedos.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

文档:graphql文档补充,批量操作

tujiajun opened this issue · comments

mutation {
  update1:project__update(id:"62620e4d87e5c50032d9bd25", doc:{_id:"62620e4d87e5c50032d9bd25",name:"123"}) {
    _id
    name
  }
  update2:project__update(id:"62620e5787e5c50032d9bd39", doc:{name:"456"}) {
    _id
    name
  }
}