GraphQL SchemaObject
FlowType
Represents a flow type
Fields without arguments
| Name | Type | Description |
|---|---|---|
aliases | [Translation!] | Name of the function |
createdAt | Time! | Time when this FlowType was created |
definitionSource | String | The source that defines this flow type |
descriptions | [Translation!] | Descriptions of the flow type |
displayIcon | String | Display icon of the flow type |
displayMessages | [Translation!] | Display message of the function |
documentations | [Translation!] | Documentations of the flow type |
editable | Boolean! | Editable status of the flow type |
flowTypeSettings | [FlowTypeSetting!]! | Flow type settings of the flow type |
id | FlowTypeID! | Global ID of this FlowType |
identifier | String! | Identifier of the flow type |
linkedDataTypes | DataTypeConnection! | The data types that are referenced in this flow type |
names | [Translation!] | Names of the flow type |
runtime | Runtime! | Runtime of the flow type |
signature | String! | Signature of the flow type |
updatedAt | Time! | Time when this FlowType was last updated |
version | String! | Version of the flow type |