We now have an API mutation and queries specifically for Work Orders:
  • work_order_create
    mutation to create new work orders
  • work_order
    query to retrieve a specific work order
  • work_orders
    query to search for work orders
See the schema for more details.