INPUT_OBJECT

OrderTemplateUpdate

Order templates used to seed new orders.

link GraphQL Schema definition

  • input OrderTemplateUpdate {
  • # The unique order template id.
  • id: Int!
  • # The name of the order template.
  • name: String
  • # The comments on an order.
  • order_comment: String
  • # The duration (days) on an order
  • order_duration: Int
  • # The order tags associated to the template
  • order_tags: [IdObject]
  • # The tasks associate to the template
  • template_tasks: [OrderTemplateOrderTemplateTaskUpdate]
  • }