INPUT_OBJECT
TimesheetTimesheetWorkItemUpdate
A timesheet work item.
link GraphQL Schema definition
- input TimesheetTimesheetWorkItemUpdate {
- # The work item id.
- IdObject! :
- # The start time of the work item.
- DateTimeExpression! :
- # The end time of the work item.
- DateTimeExpression! :
- }