Skip to content

Commit 5dd4a10

Browse files
author
Vitaliy Boyko
committed
graphQl-903: added description to the same_as_shipping field
1 parent 095d707 commit 5dd4a10

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
@@ -97,7 +97,7 @@ input BillingAddressInput {
9797
customer_address_id: Int
9898
address: CartAddressInput
9999
use_for_shipping: Boolean @doc(description: "Deprecated. Use same_as_shipping")
100-
same_as_shipping: Boolean
100+
same_as_shipping: Boolean @doc(description: "Set billing address same as shipping")
101101
}
102102

103103
input CartAddressInput {

0 commit comments

Comments
 (0)