Objects
/StatusValue
StatusValue
Fields
column
Column!
Required
The column that this value belongs to.id
ID!
Required
The column's unique identifier.index
Int
The index of the status in the boardis_done
Boolean
Whether the status is donelabel
String
The label of the statuslabel_style
StatusLabelStyle
The style of the status labeltext
String
type
ColumnType!
Required
The column's type.update_id
ID
The ID of an update attached to the statusupdated_at
Date
The date when column value was last updated.value
JSON
The column's raw value in JSON format.
Built with