function allShortestPaths(pattern) Finds all the shortest paths between two nodes. Example Query:
MATCH (martin:Person { name:"Martin Sheen" }),(michael:Person { name:"Michael Douglas" }), p = allShortestPaths((martin)-[*]-(michael)) RETURN p