Skip to content

Commit

Permalink
Update 6.find-path.md (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored May 9, 2024
1 parent 31e0b1d commit e0affdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `FIND PATH` statement finds the paths between the selected source vertices a
## Syntax

```ngql
FIND { SHORTEST | SINGLE SHORTEST | ALL | NOLOOP } PATH [WITH PROP] FROM <vertex_id_list> TO <vertex_id_list>
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> {STEP|STEPS}]
YIELD path as <alias>
Expand Down

0 comments on commit e0affdb

Please sign in to comment.