I am running into an error when I try to run a mut...
# prisma-whats-new
d
I am running into an error when I try to run a mutation with admin from playground. This should never happen from the admin right?
Copy code
"code": 3008,
"message": "Insufficient permissions for this mutation"
m
You can pass a platform token in the header setting in the desktop app. For the web playground, try toggling between admin and everyone, and back again. Then try running the mutation again.
👍 1