Hi guys, are there ways we can do a transaction fo...
# orm-help
k
Hi guys, are there ways we can do a transaction for multiple mutations? @nilan
d
Copy code
mutation{
 one:updateUser(id:"cjfmaljf04mba0189x7m5m08t", deleted: false){
  id
 }
 two:updateUser(id:"cjfmblv9hjz8d0178q9geaphu", deleted: false){
   id
 } 
}
whats a transaction? Are the query above accomplish what you want?
k
ok, I want to execute a mutation 10 times continuously with different arguments.
n
please describe your situation in the Forum: https://www.prisma.io/forum/c/questions 🙂