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'}...