I'm experimenting with permission queries, and I h...
# prisma-whats-new
a
I'm experimenting with permission queries, and I have a question about how they are combined. Apparently, all permissions are considered 'allow' permissions, and combined like that. But I think permission queries are actually 'deny' permissions (it's a query that returns false if you are not allowed to see something). However, it doesn't work like that. Can anyone explain the reasoning?
n
@agartha all permissions together are "allow? permissions if you put it like that
a
Okay, so there's no possibility to deny anything? Even though the permission query result implicates it?
there's not at the moment. Sounds like a great feature request though 🙂
a
A there it is: "a permission cannot be nullified by other permissions"