INPUT_OBJECT

OrderTemplateCreate

Order templates used to seed new orders.

link GraphQL Schema definition

  • input OrderTemplateCreate {
  • # 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: [OrderTemplateOrderTemplateTaskCreate]
  • }