I need to identify node pairs in my graph where there exists more than one path between the nodes. I am not looking for a particular pair of nodes, just any pair of nodes with multiple paths between them would be fine for me. So I don't want to get ALL such pairs but just some. I would like to use Cypher for that. This sound's like an easy task, but I don't find the proper query. I didn't even find a way to tell how many paths there are between two nodes in Cypher.
I hope someone can give me a hint. It is no problem when the query would run a while.
Thanks!