OBJECT
TimesheetWorkItem
A timesheet work item.
link GraphQL Schema definition
- type TimesheetWorkItem {
- # The timesheet the work item is recorded for.
- Timesheet :
- # The work item id.
- WorkItem :
- # (DEPRCEATED) The work item code id.
- WorkItem @deprecated( reason: "Use work_item instead" ) :
- # The start time of the work item.
- DateTimeExpression! :
- # The end time of the work item.
- DateTimeExpression! :
- }