INPUT_OBJECT

Allocation_Days_Range

Range argument for Allocation.days

link GraphQL Schema definition

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