I have a question about the relationship authoriza...
# spicedb
r
I have a question about the relationship authorization. I have a schema in which includes 2 definitions: user, organization Organization has 2 relationships: member, admin admin is also a member Currently, when I promote a member to admin, I remove the relationship of member and let only the admin one, because it's also a member. when doing pre-conditions, I require the entity Organization to have a relationship Member with the User, but it fails to get the Admin. As I mapped Admins as Members, I would expect for pre condition of Member to also succeed for Admins, Am I doing something wrong?