When i use "FOR v IN ANY SHORTEST_PATH @_fromDbId TO @_toDbId relationOf return v" to get the shortestpath from A to C
I get that A----->B<-------C but I want to get A<----->B<----->C, what can i do use AQL to get it? i want to get the Strongly Connected Graph.
thanks for your help