ahhh gotcha. yeah you're limited to a single filte...
# spicedb
y
ahhh gotcha. yeah you're limited to a single filter per request. another alternative is to collect a set of relationships using
ReadRelationships
and then feed those to
WriteRelationships
with an operation of
DELETE
- not sure if that's better for your use case.
3 Views