OBJECT
OrderTemplateTask
A order task with template details and task timing conditions
link GraphQL Schema definition
- type OrderTemplateTask {
- # The unique order template task ID.
- Int! :
- # The order template associated with this order template task
- OrderTemplate :
- # The task associated with this order template task
- Task :
- # 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
- Form] : [
- # 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 :
- }