0

As for the question, can the "find path" results be further split to only take the edge or vertex?

FIND { SHORTEST | ALL | NOLOOP } PATH [WITH PROP] FROM <vertex_id_list> TO <vertex_id_list>
OVER <edge_type_list> [REVERSELY | BIDIRECT] 
[<WHERE clause>] [UPTO <N> STEPS] 
YIELD path as <alias>
[| ORDER BY $-.path] [| LIMIT <M>];
<vertex_id_list> ::=
    [vertex_id [, vertex_id] ...]
Lisa Liu
  • 139
  • 1
  • 6

0 Answers0