Hi! I have a scenario with a quite complex object,...
# spicedb
a
Hi! I have a scenario with a quite complex object, which is logically separated on several parts with different permissions (for example? employee profile - not every one should be able to see salary, phone number etc.) I can model it with multiple read permissions (read_common, read_salary, read_phone etc.), but it looks like in this way I'll need to make a request for each permission (which takes time). So, is it a way to ask for multiple permissions at once?