Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit ada51dc

Browse files
author
Valeriy Nayda
committed
GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart
1 parent 7990b83 commit ada51dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type SelectedCustomizableOption {
8282
}
8383

8484
type SelectedCustomizableOptionValue {
85-
id: Int
85+
id: Int!
8686
label: String!
8787
value: String!
8888
price: CartItemSelectedOptionValuePrice!

0 commit comments

Comments
 (0)