-
Notifications
You must be signed in to change notification settings - Fork 156
graphQl-890: Replaced usage of the CartItemQuantity with the CartItem… #899
graphQl-890: Replaced usage of the CartItemQuantity with the CartItem… #899
Conversation
Hi @lenaorobei, thank you for the review.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please pull latest changes from 2.3-develop
…temQuantity-with-CartItemInterface' of github.com:magento/graphql-ce into GraphQl-890-Replaced-usage-of-CartItemQuantity-with-CartItemInterface # Conflicts: # app/code/Magento/QuoteGraphQl/etc/schema.graphqls
@lenaorobei Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address comments.
customer_notes: String | ||
items_weight: Float @deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add reason
here.
} | ||
|
||
type BillingCartAddress implements CartAddressInterface { | ||
customer_notes: String @deprecated (reason: "The field is used only in shipping address") | ||
} | ||
|
||
type CartItemQuantity { | ||
type CartItemQuantity @deprecated(reason: "Use CartItemInterface instead") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the ticket:
All fields in CartItemQuantity should be deprecated (so this type can be completely removed in the future releases)
…temQuantity-with-CartItemInterface' of github.com:magento/graphql-ce into GraphQl-890-Replaced-usage-of-CartItemQuantity-with-CartItemInterface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add test case to check shipping_addresses
field.
…hQl-890-Replaced-usage-of-CartItemQuantity-with-CartItemInterface
Hi @VitaliyBoyko, thank you for your contribution! |
…Interface
Description (*)
Replaced usage of the CartItemQuantity with the CartItemInterface in the GraphQl scheme.
Fixed Issues (if relevant)