I just had such error using a demo server. Not sur...
# orm-help
g
I just had such error using a demo server. Not sure if it is Prisma's problem, just thought maybe it could be useful. After this I tried to do this mutation again and it worked perfectly.
Here is the mutation:
Copy code
mutation {
  updateRule(
    name: "newline-per-chained-call",
    newOption: {
      type: "number"
      name: "ignoreChainWithDepth"
      value: "2"
      defaultValue: "2"
      options: []
    }
  ) {
    name
  }
}
f
I’m getting these errors from time to time but I thought they were related to my host (zeit now), not to Prisma itself. I’m not sure, though 🤔
g
Hm, my demo server is on Prisma's servers