from
to
QUERY findPath() => path <- N<User>::ShortestPath() RETURN path
QUERY findPath(startId: ID, endId: ID) => path <- N<User>::ShortestPath(from: startId, to: endId) RETURN path
Was this page helpful?