OBJECT
updateOrderStatusResult
Return old and new order status
link GraphQL Schema definition
- type updateOrderStatusResult {
- # The unique ID of the updated order.
- Int! :
- # The old status of the updated order.
- OrderStatus! :
- # The new status of the updated order.
- OrderStatus! :
- }