Skip to content

Commit aeb0175

Browse files
Vitaliylenaorobei
Vitaliy
andauthored
graphQl-903: Update app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Co-Authored-By: Lena Orobei <[email protected]>
1 parent 5dd4a10 commit aeb0175

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
@@ -96,7 +96,7 @@ input SetBillingAddressOnCartInput {
9696
input BillingAddressInput {
9797
customer_address_id: Int
9898
address: CartAddressInput
99-
use_for_shipping: Boolean @doc(description: "Deprecated. Use same_as_shipping")
99+
use_for_shipping: Boolean @doc(description: "Deprecated: use `same_as_shipping` field instead")
100100
same_as_shipping: Boolean @doc(description: "Set billing address same as shipping")
101101
}
102102

0 commit comments

Comments
 (0)