FlowType
Represents a flow type
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this FlowType was created |
descriptions | TranslationConnection | Descriptions of the flow type |
editable | Boolean! | Editable status of the flow type |
flowTypeSettings | [FlowTypeSetting!]! | Flow type settings of the flow type |
id | TypesFlowTypeID! | Global ID of this FlowType |
identifier | String! | Identifier of the flow type |
inputType | DataType | Input type of the flow type |
names | TranslationConnection | Names of the flow type |
returnType | DataType | Return type of the flow type |
updatedAt | Time! | Time when this FlowType was last updated |