We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fee57 commit 0a79989Copy full SHA for 0a79989
app/code/Magento/QuoteGraphQl/Model/Cart/AddProductsToCart.php
@@ -8,12 +8,11 @@
8
namespace Magento\QuoteGraphQl\Model\Cart;
9
10
use Magento\Framework\GraphQl\Exception\GraphQlInputException;
11
-use Magento\Framework\Message\MessageInterface;
12
use Magento\Quote\Api\CartRepositoryInterface;
13
use Magento\Quote\Model\Quote;
14
15
/**
16
- * Add products to cart
+ * Adding products to cart using GraphQL
17
*/
18
class AddProductsToCart
19
{
0 commit comments