Add delivery addresses to profile, cart, and orders
This commit is contained in:
11
graphql/operations/profile/my-delivery-addresses.graphql
Normal file
11
graphql/operations/profile/my-delivery-addresses.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query MyDeliveryAddresses {
|
||||
myDeliveryAddresses {
|
||||
id
|
||||
label
|
||||
address
|
||||
unrestrictedValue
|
||||
fiasId
|
||||
isDefault
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user