File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
design-documents/graph-ql/coverage Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,9 @@ type VirtualCartItem implements CartItemInterface @doc(description: "Virtual Car
50
50
}
51
51
52
52
type ConfigurableCartItem implements CartItemInterface {
53
- child_sku : String ! @doc (description : " SKU of the simple product corresponding to a set of selected configurable options." )
54
- configurable_options : [SelectedConfigurableOption ! ]
53
+ configured_variant : SimpleProduct ! @doc (description : " Simple product corresponding to configured product." )
54
+ configurable_options : [SelectedConfigurableOption ! ] @deprecated (reason : " use configured_options" )
55
+ configured_options : [SelectedConfigurableOption ! ] @doc (description : " Configured options for product" )
55
56
}
56
57
57
58
type DownloadableCartItem implements CartItemInterface @doc (description : " Downloadable Cart Item" ) {
You can’t perform that action at this time.
0 commit comments