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

Commit

Permalink
#141 Made selected custom option value ID required
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Glushko committed Sep 6, 2018
1 parent 3a7cebe commit 8507bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogGraphQl/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QuoteGraphQl
# CatalogGraphQl

**CatalogGraphQl** provides type and resolver information for the GraphQl module
to generate quote (cart) information endpoints. Also provides endpoints for modifying a quote.
2 changes: 1 addition & 1 deletion app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type SelectedCustomizableOption {
}

type SelectedCustomizableOptionValue {
id: Int
id: Int!
label: String!
price: CartItemSelectedOptionValuePrice!
}
Expand Down

0 comments on commit 8507bad

Please sign in to comment.