GraphQL SchemaObject
RuntimeFlowTypeSetting
Represents a runtime flow type setting
Fields without arguments
| Name | Type | Description |
|---|---|---|
createdAt | Time! | Time when this RuntimeFlowTypeSetting was created |
defaultValue | JSON | Default value of the runtime flow type setting |
descriptions | [Translation!]! | Descriptions of the runtime flow type setting |
hidden | Boolean! | Indicates if the runtime flow type setting is hidden |
id | RuntimeFlowTypeSettingID! | Global ID of this RuntimeFlowTypeSetting |
identifier | String! | Identifier of the runtime flow type setting |
names | [Translation!]! | Names of the runtime flow type setting |
optional | Boolean! | Indicates if the runtime flow type setting is optional |
removedAt | Time | The timestamp when this setting was soft removed |
runtimeFlowType | RuntimeFlowType! | Runtime flow type of this setting |
unique | String! | Unique scope of the runtime flow type setting |
updatedAt | Time! | Time when this RuntimeFlowTypeSetting was last updated |