arango_traverse
Traverse a graph from a start vertex with configurable depth bounds and direction. Supports filtering by graph or edge collections, with optional path return and limit.
Instructions
Traverse graph from a start vertex with depth bounds (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 |