Magento 2 GrahQL Product Sorting does not work for the product query with category Filter
I have this graphQL query { products(filter: {category_id:{eq: “5”}, price: {from: “0”, to: “999999”}}, pageSize: 10, currentPage: 1 sort: {position: DESC}) { total_count items { id name sku } aggregations{ count label attribute_code options{ count label value } } sort_fields{… Read More »Magento 2 GrahQL Product Sorting does not work for the product query with category Filter