OBJECT

OrderTaskDateAllocated

A shift date on an order task with the number of allocations

link GraphQL Schema definition

  • type OrderTaskDateAllocated {
  • # The date of the shift.
  • date: DateExpression!
  • # The amount of shifts available on the date.
  • quantity: Int!
  • # The amount workers allocated for the shift.
  • allocated_count: Int!
  • }