Path functions
length(path)
The number of relationships in the path.
nodes(path)
The nodes in the path as a list.
relationships(path)
The relationships in the path as a list.
[x IN nodes(path) | x.prop]
Extract properties from the nodes in a path.
Comments