INPUT_OBJECT
OrderOrderTaskCreate
OrderTask added to an Order
link GraphQL Schema definition
- input OrderOrderTaskCreate {
- # The task associated with this order task
- IdObject! :
- # List of shift dates to allocate to
- String]! : [
- # The amount of shifts available for 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! :
- # Description of the task, to distinguish between same tasks on an order
- String :
- # The work item associated with this order task
- IdObject] : [
- }