INPUT_OBJECT

OrderTasksOrdersUnfulfilledRange

Filters order tasks that have 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 OrderTasksOrdersUnfulfilledRange {
  • # 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]
  • }