Skip to content

Commit 4701581

Browse files
committed
magento#631 Rename CartItemInput by CartItemQuantityInput
1 parent 67c4686 commit 4701581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ input AddSimpleProductsToCartInput {
3131
}
3232

3333
input SimpleProductCartItemInput {
34-
data: CartItemInput!
34+
data: CartItemQuantityInput!
3535
customizable_options:[CustomizableOptionInput!]
3636
}
3737

@@ -41,11 +41,11 @@ input AddVirtualProductsToCartInput {
4141
}
4242

4343
input VirtualProductCartItemInput {
44-
data: CartItemInput!
44+
data: CartItemQuantityInput!
4545
customizable_options:[CustomizableOptionInput!]
4646
}
4747

48-
input CartItemInput {
48+
input CartItemQuantityInput {
4949
sku: String!
5050
quantity: Float!
5151
}

0 commit comments

Comments
 (0)