Skip to content

Commit 234f3ad

Browse files
committed
GraphQL-37: [Cart Operations] Manage Cart Items
1 parent 42b002c commit 234f3ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ input UpdateCartItemsInput {
5959
cart_items: [CartItemQuantityInput!]!
6060
}
6161

62+
input CartItemQuantityInput {
63+
cart_item_id: Int!
64+
quantity: Float!
65+
}
66+
6267
input RemoveItemFromCartInput {
6368
cart_id: String!
6469
cart_item_id: Int!

0 commit comments

Comments
 (0)