Hello, Is there any way to get `inherited` relati...
# spicedb
r
Hello, Is there any way to get
inherited
relationships with
ReadRelationships
method? I know in
SpiceDB
inheitance applied to permissions and not roles, but this is a real use case to get inherited relationships in child objects/resources since we don't create any relationships for inherited ones and all of these are happening in
SpiceDB
internals.
Copy code
js
definition org {} // an admin user added here
definition workspace {} // org admin user inherited here, and also its parent is org
2 Views