neighbors
BFS traverse the graph from a starting node, returning visited nodes with their type, ID, and content snippet up to the specified depth.
Instructions
BFS the graph from a starting node up to depth hops away.
Returns each visited node with its kind, id, and a short content snippet
pulled from its native table. Both directions of edges traversed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | Yes | ||
| depth | No | ||
| max_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |