Query
mutation DeletePrice($priceId: ID!) { tenant { deletePrice(priceId: $priceId) { id } } }
Variables
{ "priceId": 1 }
Response
{ "data": { "tenant": { "deletePrice": { "id": "1" } } } }
Last updated 4 years ago
Was this helpful?