I am using gds.alpha.allShortestPaths.stream() on a graph projection.
I want to run the algorithm on a subset of nodes that have a certain value for a property, but
the docs say that the allShortestPaths algorithm only accepts a graph projection as i...