Objects
/
TimeTrackingValue

TimeTrackingValue

Fields

  • column
    Column!
    Required
    The column that this value belongs to.
  • duration
    Int
    Total duration of the time tracker
  • history
    [TimeTrackingHistoryItem!]!
    Required
  • id
    ID!
    Required
    The column's unique identifier.
  • running
    Boolean
    Whether the time tracker is running
  • started_at
    Date
    The date when the time tracker was started
  • text
    String
  • type
    ColumnType!
    Required
    The column's type.
  • updated_at
    Date
    The date when column value was last updated.
  • value
    JSON
TimeTrackingHistoryItemUnsupportedValue
Built with