Hello,
I'm relatively new to Neo4J and Cypher and I'm trying to perform a somewhat complex query:
I have a Graph with the following Schema:
(n1)-[r1]-(n2)-[r2]-(n3)
my nodes n1 have a property that is an array of values and an unique ID property
I ne...