INPUT_OBJECT
OrderTemplateOrderTemplateTaskCreate
A order task with template details and task timing conditions
link GraphQL Schema definition
- input OrderTemplateOrderTemplateTaskCreate {
- # The task associated with this order template task
- IdObject! :
- # A description of the task, to distinguish between each task in the order
- # template
- String :
- # The quantity of workers for the order task
- Int! :
- # The start time of the order task
- String! :
- # The end time of the order task
- String! :
- # The forms of the order task
- IdObject] : [
- # The offset for the order task. This field is used to calculate the start date of
- # a task.
- Int! :
- # The duration for the order task. This field is used to calculate the end date of
- # a task.
- Int! :
- }