Hi guys! I need some help with a operation in Neo4j.
I have a relation like (c)-[a]->(u)-[v]->(p).
Actualy i have a query return return c, u, COLLECT(v), p ... I made this logical to isolate [v] (Visit) and preserve a perspective to single result for...