Hi All, I've reduced my permission query down to l...
# prisma-whats-new
f
Hi All, I've reduced my permission query down to litterally
Copy code
query  {
	SomeModuleExists
}
and I'm still getting
Insufficient permissions for this mutation
errors, any idea what's going on?
a
Do you also have 'authentication required' checked?
n
does a module exist already?
👍🏻 1
f
The permission works when only
authentication required
is checked, but fails if there's any permission query. This is on a mutate permission, not a create mutation