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 095d707 commit 5dd4a10Copy full SHA for 5dd4a10
app/code/Magento/QuoteGraphQl/etc/schema.graphqls
@@ -97,7 +97,7 @@ input BillingAddressInput {
97
customer_address_id: Int
98
address: CartAddressInput
99
use_for_shipping: Boolean @doc(description: "Deprecated. Use same_as_shipping")
100
- same_as_shipping: Boolean
+ same_as_shipping: Boolean @doc(description: "Set billing address same as shipping")
101
}
102
103
input CartAddressInput {
0 commit comments