How to change GraphQL sorting and filtering to use the highest price of product variants instead of the lowest?
I’m working with GraphQL in my application, specifically with product filtering and sorting. Currently, the system is configured to use the lowest price of the product variants for filtering and sorting purposes. However, I need to modify this behavior to… Read More »How to change GraphQL sorting and filtering to use the highest price of product variants instead of the lowest?