Skip to content

Commit bcb4106

Browse files
committed
customizable_options.values contains everything but value(s)
1 parent 53738ff commit bcb4106

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
@@ -314,7 +314,7 @@ type SelectedCustomizableOption {
314314
type SelectedCustomizableOptionValue {
315315
id: Int!
316316
label: String!
317-
value: String @deprecated (reason: "The value field is deprecated. It was moved to CartItemSelectedOptionValuePrice.")
317+
value: String!
318318
price: CartItemSelectedOptionValuePrice!
319319
}
320320

0 commit comments

Comments
 (0)