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