Skip to content

Commit

Permalink
GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriy Nayda committed Sep 26, 2018
1 parent 7990b83 commit ada51dc
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -82,7 +82,7 @@ type SelectedCustomizableOption {
}

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

0 comments on commit ada51dc

Please sign in to comment.