INPUT_OBJECT
OrderTaskUpdate
A single order task
link GraphQL Schema definition
- input OrderTaskUpdate {
- # Legacy field for dashboard api allocation creation.
- Int :
- # Description of the task, to distinguish between same tasks on an order
- String :
- # The order associated with this order task
- IdObject :
- # The task associated with this order task
- IdObject! :
- # List of shift dates to allocate to
- String]! : [
- # The quantity of workers for the order task
- Int! :
- # The forms for the order task
- IdObject] : [
- # The start time of the order task (legacy field)
- String! :
- # The end time of the order task (legacy field)
- String! :
- # The work item associated with this order task
- IdObject] : [
- }