Add delivery addresses to profile, cart, and orders
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
mutation DeleteMyDeliveryAddress($addressId: ID!) {
|
||||
deleteMyDeliveryAddress(addressId: $addressId)
|
||||
}
|
||||
Reference in New Issue
Block a user