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