File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
app/code/Magento/QuoteGraphQl/etc Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
<arguments >
12
12
<argument name =" supportedTypes" xsi : type =" array" >
13
13
<item name =" simple" xsi : type =" string" >SimpleCartItem</item >
14
+ <item name =" virtual" xsi : type =" string" >VirtualCartItem</item >
14
15
</argument >
15
16
</arguments >
16
17
</type >
Original file line number Diff line number Diff line change @@ -200,6 +200,10 @@ type SimpleCartItem implements CartItemInterface @doc(description: "Simple Cart
200
200
customizable_options : [SelectedCustomizableOption ] @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ CustomizableOptions" )
201
201
}
202
202
203
+ type VirtualCartItem implements CartItemInterface @doc (description : " Virtual Cart Item" ) {
204
+ customizable_options : [SelectedCustomizableOption ] @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ CustomizableOptions" )
205
+ }
206
+
203
207
input CartItemInput {
204
208
sku : String !
205
209
qty : Float !
You can’t perform that action at this time.
0 commit comments