Hi,
I noticed that when I use
CALL apoc.path.expandConfig(n) , the node n and the rel leading to its immediate neighbor is included in all the paths that YIELDed.
On the other hand, if I use
'CALL apoc.path.subgraphAll(n)', the node and the neighbor ...