graph_graph_topo_sort
Sorts graph nodes in topological order to identify dependencies and detect cycles in directed graphs.
Instructions
[graph] Return topological order as a list, or error if the graph has a cycle.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |