INPUT_OBJECT
The timesheet start, end and total time
input WorkTimes {# The id of the timesheetid: Int!# The timesheet start time.start_time: String# The timesheet end time.end_time: String# The timesheet total time.total_time: String}