Add delivery addresses to profile, cart, and orders
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
mutation CreateMyDeliveryAddress($input: CreateMyDeliveryAddressInput!) {
|
||||
createMyDeliveryAddress(input: $input) {
|
||||
id
|
||||
label
|
||||
address
|
||||
unrestrictedValue
|
||||
fiasId
|
||||
isDefault
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user