Magento 2 : How to create a graphql api for fetch the best seller product collection with arguments search and filter like in the product graphql?
I am trying to fetch Best seller product collections using graphql like the one below. bestSellers ( pageSize: Int = 20 @doc(description: “The maximum number of results to return at once. The default value is 20.”), currentPage: Int = 1… Read More »Magento 2 : How to create a graphql api for fetch the best seller product collection with arguments search and filter like in the product graphql?