INPUT_OBJECT

WorkTimes

The timesheet start, end and total time

link GraphQL Schema definition

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