INPUT_OBJECT

TimesheetPayItem_Exact

Exact match query arguments for TimesheetPayItem

link GraphQL Schema definition

  • input TimesheetPayItem_Exact {
  • # Select multiple TimesheetPayItem by ID.
  • id: [Int]
  • # The name of the timesheet charge item.
  • label: String
  • # Id of the timesheet this charge item belongs to
  • timesheet_id: [[Int]]
  • }