Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tujiajun opened this issue Jun 1, 2023 · 0 comments
Open

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

tujiajun opened this issue Jun 1, 2023 · 0 comments

Comments

@tujiajun
Copy link

tujiajun commented Jun 1, 2023

mutation {
  update1:project__update(id:"62620e4d87e5c50032d9bd25", doc:{_id:"62620e4d87e5c50032d9bd25",name:"123"}) {
    _id
    name
  }
  update2:project__update(id:"62620e5787e5c50032d9bd39", doc:{name:"456"}) {
    _id
    name
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant