OBJECT
TimesheetActivity
A single timesheet activity
link GraphQL Schema definition
- type TimesheetActivity {
- # The unique timesheet activity ID.
- Int! :
- # The timesheet related to the activity.
- String! :
- # The time the timesheet activity starts.
- DateTimeExpression! :
- # The time the timesheet activity ends.
- DateTimeExpression! :
- # The associated activity
- Activity :
- # The time the timesheet activity starts.
- TimeExpression! @deprecated( reason: "Use `start_datetime` instead." ) :
- # The time the timesheet activity ends.
- TimeExpression! @deprecated( reason: "Use `end_datetime` instead." ) :
- }