INPUT_OBJECT

Order_Start_Date_Range

Range argument for Order.start_date

link GraphQL Schema definition

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