ENUM

OrderTaskWorkItem_WhereGroup_Fields

Where group options for OrderTaskWorkItem. Matches when any field in the array is met

link GraphQL Schema definition

  • enum OrderTaskWorkItem_WhereGroup_Fields {
  • # The name for the code.
  • label
  • # The unique order task ID.
  • order_task_id
  • # Composite key of order, task and shift index to link to ffa_order_task (old
  • # table)
  • order_task_shift
  • # The unique code.
  • code
  • }