graph_graph_add_edge
Add a directed edge between two nodes in a graph, automatically creating both nodes if they don't exist.
Instructions
[graph] Add a directed edge src → dst. Both nodes are auto-created.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| src | Yes | ||
| dst | Yes |