Skip to content

Commit e804065

Browse files
committed
MC-32655: (GraphQL) Set default value of save_in_address_book to true when no value is specified
- Fixed extra space on schema
1 parent 478dbd7 commit e804065

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
@@ -112,7 +112,7 @@ input CartAddressInput {
112112
postcode: String
113113
country_code: String!
114114
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")
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")
116116
}
117117

118118
input SetShippingMethodsOnCartInput {

0 commit comments

Comments
 (0)