GraphEdge
A directed edge in the compiled execution DAG.
from_node_id → to_node_id, feeding the named input slot. The edge list fully describes the DAG topology and is the input to the topological sort that produces the deterministic execution order.
from_node_idFrom Node Id (string)required
to_node_idTo Node Id (string)required
input_slotInput Slot (string)required
GraphEdge
{
"from_node_id": "string",
"to_node_id": "string",
"input_slot": "string"
}