- Input handles sit on the left of a node. They receive data.
- Output handles sit on the right of a node. They emit data.
Connection rules
A few rules govern what you’re allowed to wire together:If a connection is rejected, the editor tells you why — usually a type mismatch, a cycle, or an input handle that’s already full.
Related
Data types & compatibility
What each handle carries, and which source types connect to which targets.
Lists & single values
When a handle carries one value versus a whole list.