I and trying to parse the result of a shortest path
i have projected a graph - set all relationships to "UNDIRECTED"
run the following algorithm
CALL gds.shortestPath.dijkstra.stream(
the result is a list of node ids. I am new to cypher - and cannot ...