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.
- DateExpression! :
- # The amount of shifts available on the date.
- Int! :
- # The amount workers allocated for the shift.
- Int! :
- }