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 board
  • is_done
    Boolean
    Whether the status is done
  • label
    String
    The label of the status
  • label_style
    StatusLabelStyle
    The style of the status label
  • text
    String
  • type
    ColumnType!
    Required
    The column's type.
  • update_id
    ID
    The ID of an update attached to the status
  • updated_at
    Date
    The date when column value was last updated.
  • value
    JSON
    The column's raw value in JSON format.
StatusLabelStyleSubtasksValue
Built with