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.

kevin_pogorzels
Node
since ‎09-17-2019
‎06-01-2022

User Statistics

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

User Activity

Hello everybody! I've this cypher query and I want to create relationship between 2 nodes dynamically: UNWIND $list as l MATCH (node:Category { code: l.code }), (target:Category { code: l.codeTarget }) MERGE (node)-[:l.predicate]->(target) Is it pos...
Kudos from
Kudos given to