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.

pritamkurunkar
Node
since ‎11-16-2022
‎11-16-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

(nodeA)-[relation]->(nodeB), In the above example, I want to restrict to have only one relation between instance of nodeA & nodeB. How can this be done? Thanks in advance.
create (role:ROLE {slug:"abc1"}) with role match (permission:PERMISSION) where permission.name IN ['create'] merge (role)-[:HAS_PERMISSION]->(permission) RETURN role;   With above query I am trying to create role and its relationship with permission....
Kudos given to