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

Commit 8507bad

Browse files
author
Roman Glushko
committed
#141 Made selected custom option value ID required
1 parent 3a7cebe commit 8507bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QuoteGraphQl
1+
# CatalogGraphQl
22

33
**CatalogGraphQl** provides type and resolver information for the GraphQl module
44
to generate quote (cart) information endpoints. Also provides endpoints for modifying a quote.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type SelectedCustomizableOption {
2929
}
3030

3131
type SelectedCustomizableOptionValue {
32-
id: Int
32+
id: Int!
3333
label: String!
3434
price: CartItemSelectedOptionValuePrice!
3535
}

0 commit comments

Comments
 (0)