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.

poornima_g
Node
since ‎01-11-2022
‎06-01-2022

User Statistics

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

User Activity

I have a graph with this hierarchy, so I want to find all nodes and relationships connected to a specific node. I've tried this query : MATCH path=(:Building {name: 'Trinity'})-[:CONTAIN_SITE*4]-() RETURN path; Which in turn is returning the path b...
Kudos given to