OBJECT
OrderTaskDate
A shift date on an order task
link GraphQL Schema definition
- type OrderTaskDate {
- # The date of the shift.
- DateExpression! :
- # The amount of shifts available on the date.
- Int! :
- }
OBJECT
A shift date on an order task
- type OrderTaskDate {
- # The date of the shift.
- DateExpression! :
- # The amount of shifts available on the date.
- Int! :
- }