function nodes(path) Returns all nodes in a path. Arguments:
MATCH p=(a)-->(b)-->(c) WHERE a.name='Alice' AND c.name='Eskil' RETURN nodes(p)