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