is subresource->relation not allowed in permission...
# spicedb
s
is subresource->relation not allowed in permissions?
Because my production zedfile does this pattern a lot and I wonder if that's why I see random false negatives
j
that's my suspicion
s
I suppose I've misunderstood the usecase for subrelations then
j
we use them for unifying types on a relation, like:
team#member | user
s
Seems I've abused them trying to use them for double arrow workarounds then 😬
j
the way I demoed in that most recent share link is how we work around the double arrow limitation
s
Yeah, I'll have to rework my zedfile then