INPUT_OBJECT
OrderTemplateUpdate
Order templates used to seed new orders.
link GraphQL Schema definition
- input OrderTemplateUpdate {
- # The unique order template id.
- Int! :
- # The name of the order template.
- String :
- # The comments on an order.
- String :
- # The duration (days) on an order
- Int :
- # The order tags associated to the template
- IdObject] : [
- # The tasks associate to the template
- OrderTemplateOrderTemplateTaskUpdate] : [
- }