Files
web-frontend/graphql/operations/profile/delete-my-delivery-address.graphql
2026-04-03 10:26:47 +07:00

4 lines
103 B
GraphQL

mutation DeleteMyDeliveryAddress($addressId: ID!) {
deleteMyDeliveryAddress(addressId: $addressId)
}