We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e05035 commit 6f9288fCopy full SHA for 6f9288f
app/code/Magento/QuoteGraphQl/etc/schema.graphqls
@@ -158,7 +158,7 @@ type CartAddress {
158
postcode: String
159
country: CartAddressCountry
160
telephone: String
161
- address_type: String
+ address_type: AdressTypeEnum
162
available_shipping_methods: [AvailableShippingMethod] @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\ShippingAdress\\AvailableShippingMethods")
163
selected_shipping_method: SelectedShippingMethod
164
items_weight: Float
0 commit comments