INPUT_OBJECT

Timesheet_Break_Time_Range

Range argument for Timesheet.break_time

link GraphQL Schema definition

  • input Timesheet_Break_Time_Range {
  • # The lower bound of the range. If not set, bound will be excluded.
  • from: String
  • # The upper bound of the range. If not set, bound will be excluded.
  • to: String
  • # The type of bounds search to perform. Default is both.
  • inclusive: RangeInclusiveType
  • }