mutation DeleteProduct($productId: ID!) { tenant { deleteProduct(productId: $productId) { id } } }
Variables
{ "productId": 1 }
Response
{ "data": { "tenant": { "deleteProduct": { "id": "1" } } } }
Last updated 4 years ago
Was this helpful?