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