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.

Niels
Node
since ‎11-14-2022
‎11-14-2022

User Statistics

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

User Activity

Hi there, I am trying to (dynamically) collapse/reduce certain parts of a graph to reduce the amount of nodes/rels in the output to the user. This is a small sample of my dataset: CREATE (c1:Connection {name: 'C1'}) CREATE (c2:Connection {name: 'C2'}...