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 a5e978e commit c535264Copy full SHA for c535264
app/code/Magento/CatalogGraphQl/Model/Resolver/Category/Products.php
@@ -63,7 +63,7 @@ public function resolve(
63
'eq' => $value['id']
64
]
65
];
66
- $searchResult = $this->searchQuery->getResult($args, $info);
+ $searchResult = $this->searchQuery->getResult($args, $info, $context);
67
68
//possible division by 0
69
if ($searchResult->getPageSize()) {
0 commit comments