Open
Description
The arrow operator can only be used once in an expression (e.g. org->admin
), but should be able to support traversing an arbitrary number of relations (e.g. namespace->org->admin
, tenant->namespace->org->admin->member
).
This would allow for nested arrows in schema