e.g. `organization:orgId#edit@foo` `organization:...
# talk-keto
w
e.g.
organization:orgId#edit@foo
organization:orgId#admin@foo
Or should this type of relation be modeled differently anyway?
I guess I could model it like this actually
Copy code
organization:orgId#edit@foo
organization:orgId#admin@foo
organization:orgId#edit@(organization:orgId#admin)
Does that look correct?
s
yes that would work
but ideally you will solve this using rewrites
what you proposed works as a workaround for now
w
Thanks Patrik 🙇