File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/QuoteGraphQl/etc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ type Cart {
197
197
available_payment_methods : [AvailablePaymentMethod ] @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ AvailablePaymentMethods" ) @doc (description : " Available payment methods" )
198
198
selected_payment_method : SelectedPaymentMethod @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ SelectedPaymentMethod" )
199
199
prices : CartPrices @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ CartPrices" )
200
- total_quantity : Float @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ CartTotalQuantity" )
200
+ total_quantity : Float ! @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ CartTotalQuantity" )
201
201
}
202
202
203
203
interface CartAddressInterface @typeResolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ CartAddressTypeResolver" ) {
You can’t perform that action at this time.
0 commit comments