magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

CatalogGraphQl Products sortable by position. #219

Open Hexmage opened 4 years ago

Hexmage commented 4 years ago

Using GraphQl it is impossible to sort the products by their category position. But this is the default sorting order in the default category implementation. It also is the most powerful, because it allows perfect control of the order. Which all the other sorting options don't allow.

The only issue I see, is that this sorting order only works if the GraphQl query is filtered on one category.