Greetings,
I am trying to obtain all paths and relationships of a specific node.
I currently run the following:
MATCH (n)
WHERE id(n) = 2607 AND 1665263599000 <= apoc.date.fromISO8601(toString(n.ns0__atTime[0])) <= 1665273599000
CALL apoc.path.subgr...