You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
customer_notes: String@deprecated (reason: "The field is used only in shipping address")
229
231
}
230
232
231
-
typeCartItemQuantity {
232
-
cart_item_id: Int!
233
-
quantity: Float!
233
+
typeCartItemQuantity@doc(description:"Deprecated: `cart_items` field of `ShippingCartAddress` returns now `CartItemInterface` instead of `CartItemQuantity`") {
234
+
cart_item_id: Int!@deprecated(reason: "`cart_items` field of `ShippingCartAddress` returns now `CartItemInterface` instead of `CartItemQuantity`")
235
+
quantity: Float!@deprecated(reason: "`cart_items` field of `ShippingCartAddress` returns now `CartItemInterface` instead of `CartItemQuantity`")
0 commit comments