-
Notifications
You must be signed in to change notification settings - Fork 150
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.
|
lenaorobei
left a comment
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 |
lenaorobei
left a comment
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.
| items_weight: Float | ||
| cart_items: [CartItemQuantity] | ||
| 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 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
lenaorobei
left a comment
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)