Skip to content

Commit

Permalink
magento#631 Rename CartItemQuantityInput by CartItemUpdateQuantityInput
Browse files Browse the repository at this point in the history
  • Loading branch information
osrecio committed Apr 25, 2019
1 parent 83262c0 commit 67c4686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ input ApplyCouponToCartInput {

input UpdateCartItemsInput {
cart_id: String!
cart_items: [CartItemQuantityInput!]!
cart_items: [CartItemUpdateQuantityInput!]!
}

input CartItemQuantityInput {
input CartItemUpdateQuantityInput {
cart_item_id: Int!
quantity: Float!
}
Expand Down

0 comments on commit 67c4686

Please sign in to comment.