Hello !
I'd like to know if there is a way to find a "best path" with only a starting node and relationships preferences.
For exemple, if we have this initial cypher :
CREATE (a {title: 'a'})-[:USES]->(b {title: 'b'})-[:USES]->(c {title: 'c'})<-[:S...