arango_graph_traversal
Perform graph traversal from a start vertex with configurable direction, depth limits, and optional graph or edge collections.
Instructions
Alias for arango_traverse (graph traversal by graph or edge collections).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_vertex | Yes | ||
| direction | No | OUTBOUND | |
| min_depth | No | ||
| max_depth | No | ||
| graph | No | ||
| edge_collections | No | ||
| return_paths | No | ||
| limit | No | ||
| database | No | Database override |