This repository was archived by the owner on Dec 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-91
lines changed
app/code/Magento/QuoteGraphQl Expand file tree Collapse file tree 2 files changed +1
-91
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type Mutation {
15
15
setBillingAddressOnCart (input : SetBillingAddressOnCartInput ): SetBillingAddressOnCartOutput @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ SetBillingAddressOnCart" )
16
16
setShippingMethodsOnCart (input : SetShippingMethodsOnCartInput ): SetShippingMethodsOnCartOutput @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ SetShippingMethodsOnCart" )
17
17
addSimpleProductsToCart (input : AddSimpleProductsToCartInput ): AddSimpleProductsToCartOutput @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ AddSimpleProductsToCart" )
18
- addVirtualProductsToCart (input : AddVirtualProductsToCartInput ): AddVirtualProductsToCartOutput @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ AddVirtualProductsToCart " )
18
+ addVirtualProductsToCart (input : AddVirtualProductsToCartInput ): AddVirtualProductsToCartOutput @resolver (class : " Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ AddSimpleProductsToCart " )
19
19
}
20
20
21
21
input SetShippingAddressesOnCartInput {
You can’t perform that action at this time.
0 commit comments