From aeb0175397d78221372cc21d8db74168afb77c5f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 27 Sep 2019 13:19:01 +0300 Subject: [PATCH] graphQl-903: Update app/code/Magento/QuoteGraphQl/etc/schema.graphqls Co-Authored-By: Lena Orobei --- app/code/Magento/QuoteGraphQl/etc/schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/QuoteGraphQl/etc/schema.graphqls b/app/code/Magento/QuoteGraphQl/etc/schema.graphqls index e97582b9ae52d..1c60f18c5bc26 100644 --- a/app/code/Magento/QuoteGraphQl/etc/schema.graphqls +++ b/app/code/Magento/QuoteGraphQl/etc/schema.graphqls @@ -96,7 +96,7 @@ input SetBillingAddressOnCartInput { input BillingAddressInput { customer_address_id: Int address: CartAddressInput - use_for_shipping: Boolean @doc(description: "Deprecated. Use same_as_shipping") + use_for_shipping: Boolean @doc(description: "Deprecated: use `same_as_shipping` field instead") same_as_shipping: Boolean @doc(description: "Set billing address same as shipping") }