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 86d82a9 commit 67ce689Copy full SHA for 67ce689
app/code/Magento/QuoteGraphQl/Model/Resolver/CreateGuestCart.php
@@ -20,6 +20,7 @@
20
21
use Magento\Framework\GraphQl\Config\Element\Field;
22
use Magento\Framework\GraphQl\Exception\GraphQlAlreadyExistsException;
23
+use Magento\Framework\GraphQl\Query\Resolver\ContextInterface;
24
use Magento\Framework\GraphQl\Query\ResolverInterface;
25
use Magento\Framework\GraphQl\Schema\Type\ResolveInfo;
26
use Magento\Quote\Api\CartRepositoryInterface;
@@ -74,7 +75,7 @@ public function __construct(
74
75
* Creates a guest cart and returns the cart object
76
*
77
* @param Field $field
- * @param $context
78
+ * @param ContextInterface $context
79
* @param ResolveInfo $info
80
* @param array|null $value
81
* @param array|null $args
0 commit comments