Query
mutation DeleteOrder($orderId: ID!) { tenant { deleteOrder(orderId: $orderId) { id } } }
Variables
{ "orderId": 5 }
Response
{ "data": { "tenant": { "deleteOrder": { "id": "5" } } } }
Last updated 4 years ago
Was this helpful?