Hey guys! Is there a way to conditionally lookup f...
# spicedb
a
Hey guys! Is there a way to conditionally lookup for resources? For example, I have a resource called
doc
, it has a
parent
relationship with a resource
org
and I want to find all documents that a user has access to within a specific organization, is it possible? The only way I thought of is to search for all resources, and then filter the IDs returned in a bulk permission check, is there a better way? I would really appreciate it if someone could help me with this!