ENUM

TimesheetItemStatus

link GraphQL Schema definition

  • enum TimesheetItemStatus {
  • # There are no in-progress items for the timesheet.
  • empty
  • # The timesheet items are under review.
  • in_review
  • # The timesheet items are complete and approved.
  • approved
  • }