OBJECT

OrderTaskDate

A shift date on an order task

link GraphQL Schema definition

  • type OrderTaskDate {
  • # The date of the shift.
  • date: DateExpression!
  • # The amount of shifts available on the date.
  • quantity: Int!
  • }