Hey, I'm using neo4j-desktop version 4.2.6 from Java.
I've been using the allShortestPaths (not the algo one) in my graph. The graph has 1 node type and 1 relationship type where all relationships have the same weight.
This is my query:
MATCH (articl...