arango_shortest_path
Compute the shortest path between two vertices in ArangoDB, with support for direction and graph or edge collections.
Instructions
Compute the shortest path between two vertices (by graph or edge collections).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_vertex | Yes | ||
| end_vertex | Yes | ||
| direction | No | OUTBOUND | |
| graph | No | ||
| edge_collections | No | ||
| return_paths | No | ||
| database | No | Database override |