Skip to content

Commit

Permalink
graphQl-903: Update app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Browse files Browse the repository at this point in the history
Co-Authored-By: Lena Orobei <oorobei@magento.com>
  • Loading branch information
Vitaliy and lenaorobei authored Sep 27, 2019
1 parent 5dd4a10 commit aeb0175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit aeb0175

Please sign in to comment.