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 478dbd7 commit e804065Copy full SHA for e804065
app/code/Magento/QuoteGraphQl/etc/schema.graphqls
@@ -112,7 +112,7 @@ input CartAddressInput {
112
postcode: String
113
country_code: String!
114
telephone: String!
115
- save_in_address_book: Boolean @doc(description: "Determines whether to save the address in the customer's address book. The default value is true")
+ save_in_address_book: Boolean @doc(description: "Determines whether to save the address in the customer's address book. The default value is true")
116
}
117
118
input SetShippingMethodsOnCartInput {
0 commit comments