Replies: 1 comment
-
You'll need to flatten that data into another table or with a view. It's not a great answer, but it's really the only option when working with trees in SQL |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
We are trying to integrate Hasura with our infrastructure and wondering how we could achieve our main permission logic.
RBAC
, which fits the Hasura authorization modeltree
stores the structure tree and the path asltree
tree_membership
stores theuser_id
and role within the treeStructure tree:
Structure tree with roles:
We are trying now to implement this with Hasura permissions, does anyone have an idea?
Reference screen from the docs:
Beta Was this translation helpful? Give feedback.
All reactions