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 2633e5a commit e1e3fc8Copy full SHA for e1e3fc8
app/code/Magento/CatalogGraphQl/Model/Resolver/Products.php
@@ -123,10 +123,9 @@ public function resolve(
123
'items' => $searchResult->getProductsSearchResult(),
124
'page_info' => [
125
'page_size' => $searchCriteria->getPageSize(),
126
- 'current_page' => $currentPage,
127
- 'sort_fields' => [],
+ 'current_page' => $currentPage
128
],
129
- 'filters' => $this->filtersDataProvider->getData($layerType),
+ 'filters' => $this->filtersDataProvider->getData($layerType)
130
];
131
132
$result = function () use ($data) {
0 commit comments