Hi,
I can't figure out how to exclude some nodes from the return paths of my query, the goal here is reduce the number of possible paths and thus execution time.
The original query:
MATCH r=(u:User {displayName:"User1"})-[*5..6]->(a:Application {disp...