yetitwo
04/04/2023, 7:46 PMdefinition user {}
definition one_thing {
relation user: user
relation another_thing: another_thing
permission read: user + another_thing->read
}
definition another_thing {
relation user: user
relation one_thing: one_thing
permission read: user + one_thing->read
}
Joey
04/04/2023, 10:25 PM