CreateChildNodeInput
Wrapper for child nodes that includes the sourceHandle for split/condition nodes
input CreateChildNodeInput {
node: CreateWorkflowNodeWithChildrenInput!
sourceHandle: String
}
Fields
CreateChildNodeInput.node ● CreateWorkflowNodeWithChildrenInput! non-null input
The child node data (can have its own children recursively)
CreateChildNodeInput.sourceHandle ● String scalar
The sourceHandle for this child (e.g., 'TRUE', 'FALSE', '1', '2', etc.) Used in split and condition nodes. Null for regular parent-child relationships.


