In the graph database, I want to know from which route I traverse
e.g.
Path-1. a-1-2-3-4-5-b
Path-2. a-1-2-7-4-5-b
In both the above examples, it traverses from point a to point b through different routes. Here I want to identify from which route I reach to point b.