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