I have scenario for user/role mapping to do CRUD operations. For that in Neo4j I have the following nodes
- User
- Role
- Blueprint
- Template
- Catalogue
I could make a relationship with user for appropriate role. Now, I need to create a relationship between start node for Role and the end node for Blueprint, Template and Catalogue and I'm using spring boot with GraphRepository.
Could anyone please help me to know about this and thoughts would be appreciated ?
TIA..,