FlowInput
Input type for creating or updating a flow
Fields
| Name | Type | Description |
|---|---|---|
name | String! | The name of the flow |
nodes | [NodeFunctionInput!]! | The node functions of the flow |
settings | [FlowSettingInput!] | The settings of the flow |
startingNodeId | NodeFunctionID! | The starting node of the flow |
type | FlowTypeID! | The identifier of the flow type |