Flow
Represents a flow
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this Flow was created |
id | FlowID! | Global ID of this Flow |
inputType | DataType | The input data type of the flow |
returnType | DataType | The return data type of the flow |
settings | [FlowSetting!] | The settings of the flow |
startingNode | NodeFunction! | The starting node of the flow |
type | FlowType! | The flow type of the flow |
updatedAt | Time! | Time when this Flow was last updated |