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 3ba0ed4 commit 370aaebCopy full SHA for 370aaeb
app/code/Magento/WishlistGraphQl/Model/Resolver/ProductResolver.php
@@ -48,6 +48,6 @@ public function resolve(
48
/** @var Item $wishlistItem */
49
$wishlistItem = $value['model'];
50
51
- return $this->productDataProvider->getProductDataById($wishlistItem->getProductId());
+ return $this->productDataProvider->getProductDataById((int)$wishlistItem->getProductId());
52
}
53
0 commit comments