Hi,
I would like to find discover paths between two nodes using Pacer. I would like to query for the start and end nodes of a path and return all existing paths (of a max length lets say 1 or 2)
Currently, I try to query : graph.v(:name=>"b").out_e.in_v(:name=>"b") . This gives me a pacer route. How to access the connecting property (if it exists?)?
Cheers,
D.