INPUT_OBJECT

OrdersUnfulfilledRange

Filters orders where any order task date in the given range has less allocated workers than the qty OR if asset required, has no assets allocated. If no range given, all dates considered.

link GraphQL Schema definition

  • input OrdersUnfulfilledRange {
  • # Check order task dates greater than or equal to this date
  • date_gte: [DateExpression]
  • # Check order task dates less than or equal to this date
  • date_lte: [DateExpression]
  • }