INPUT_OBJECT
OrderTemplateCreate
Order templates used to seed new orders.
link GraphQL Schema definition
- input OrderTemplateCreate {
- # 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
- OrderTemplateOrderTemplateTaskCreate] : [
- }