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 26acabe commit 8790241Copy full SHA for 8790241
app/code/Magento/QuoteGraphQl/etc/schema.graphqls
@@ -116,7 +116,7 @@ input CartAddressInput {
116
region_id: Int
117
postcode: String
118
country_code: String!
119
- telephone: String!
+ telephone: String
120
save_in_address_book: Boolean @doc(description: "Determines whether to save the address in the customer's address book. The default value is true")
121
}
122
@@ -222,7 +222,7 @@ interface CartAddressInterface @typeResolver(class: "\\Magento\\QuoteGraphQl\\Mo
222
region: CartAddressRegion
223
224
country: CartAddressCountry!
225
226
227
228
type ShippingCartAddress implements CartAddressInterface {
0 commit comments