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 {
197197 available_payment_methods : [AvailablePaymentMethod ] @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ AvailablePaymentMethods" ) @doc (description : " Available payment methods" )
198198 selected_payment_method : SelectedPaymentMethod @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ SelectedPaymentMethod" )
199199 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" )
201201}
202202
203203interface CartAddressInterface @typeResolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ CartAddressTypeResolver" ) {
You can’t perform that action at this time.
0 commit comments