12 lines
213 B
GraphQL
12 lines
213 B
GraphQL
mutation CreateMyDeliveryAddress($input: CreateMyDeliveryAddressInput!) {
|
|
createMyDeliveryAddress(input: $input) {
|
|
id
|
|
label
|
|
address
|
|
unrestrictedValue
|
|
fiasId
|
|
isDefault
|
|
updatedAt
|
|
}
|
|
}
|