INPUT_OBJECT

TimesheetChargeItem_Exact

Exact match query arguments for TimesheetChargeItem

link GraphQL Schema definition

  • input TimesheetChargeItem_Exact {
  • # Select multiple TimesheetChargeItem 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]]
  • }