Hello community!
We are doing some cypher query optimization operations. And so far everything is good except one thing. Below you see our cypher query:
MATCH path=(s:Source)-[:Link]->(:A1)-[:Link]->(:A2)-[:Link]->(:Sink)
WITH [s in nodes(path)|id(s...