Skip to content

Commit fb99d8f

Browse files
committed
customizable_options.values contains everything but value(s)
1 parent fb3289a commit fb99d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +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.")
317318
price: CartItemSelectedOptionValuePrice!
318319
}
319320

0 commit comments

Comments
 (0)