Skip to content

Commit 6f9288f

Browse files
committed
GraphQL-409: address_type is null after setting billing and shipping addresses on cart
1 parent 4e05035 commit 6f9288f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ type CartAddress {
158158
postcode: String
159159
country: CartAddressCountry
160160
telephone: String
161-
address_type: String
161+
address_type: AdressTypeEnum
162162
available_shipping_methods: [AvailableShippingMethod] @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\ShippingAdress\\AvailableShippingMethods")
163163
selected_shipping_method: SelectedShippingMethod
164164
items_weight: Float

0 commit comments

Comments
 (0)