OBJECT

OrderTaskWorkItem

Order task work item codes.

link GraphQL Schema definition

  • type OrderTaskWorkItem {
  • # The work item code
  • work_item: WorkItem
  • # The linked order task
  • order_task: OrderTask
  • }