cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

stevenson_cunan
Node
since ‎11-01-2018
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi I want to create a way to specify roles and permission for an application.ie the api of my application. I was wondering how to model it. I was thinking something as simple as (:User)-[:HAS_ROLE]->(:Role) (:Role)-[:HAS_PERMISSION]->(:FEATURE) takin...