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

12 lines
213 B
GraphQL

mutation CreateMyDeliveryAddress($input: CreateMyDeliveryAddressInput!) {
createMyDeliveryAddress(input: $input) {
id
label
address
unrestrictedValue
fiasId
isDefault
updatedAt
}
}