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.

Ali
Node
since ‎04-11-2019
‎06-01-2022

User Statistics

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

User Activity

Hi All, MATCH (a:Application)-[r]-(b) WHERE a.name='MyApplication' AND type(r) in ['EXPORTS_DATA','IMPORTS_DATA'] WITH startNode(r) as sNode, endNode(r) as eNode, type(r) AS relType, COUNT(r) AS relCount RETURN sNode, eNode, apoc.create.vRelationsh...