pepegar
08/28/2025, 1:34 PMdefinition user {}
definition document {
relation owner: user
relation participant: user
}
I'd like to delete all document:$docId#participant@user:$anyUser relations where document:$docId#owner@user:user1 exists. I'm thinking if preconditions is something that can help me but I'm not 100% sure :/pepegar
08/28/2025, 1:37 PMyetitwo
08/28/2025, 4:19 PMpepegar
08/29/2025, 8:12 AMyetitwo
08/29/2025, 8:02 PM