graph_graph_topo_sort
Compute topological ordering of a named graph, returning a list of nodes or an error if a cycle is detected.
Instructions
[graph] Return topological order as a list, or error if the graph has a cycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |