I have some employee data in which there are 3 different roles. Let's say CEO, Manager and Developer.
CEO can access the whole graph, managers can only access data of some people (their team) and developers can not access employee data.
How should I assign subgraph access to user roles and implement this using Python? There are good solutions and comprehensive libraries and documentations but only in Java!