I need to assign a value to a variable in the all predicate, how do I do this? I want approximately the following
MATCH p=(start:PORTS {N_ID: "180992417"})-[r*1..10]-(end:PORTS {N_ID: "12645867"})
with p, null as AGG
WHERE ALL(rel In r WHERE type(rel...