booboo_path
Find the shortest path between two node IDs, yielding the chain of nodes or null if unreachable. Limit hops with maxHops.
Instructions
Shortest path (chain of nodes) between two node ids; null if unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| maxHops | No | max BFS hops (default 64) |