Use Case
We want to find the top 5 merchants with the highest number of calls. This is not possible with the current UI since the groupBy results are sorted to show the tags with the least number of calls by default.

Proposal
The explore GraphQL query already supports ordering of results. Add an option to the UI so the user can choose to sort the results.

Questions to address (if any)
This has been solved in the Razorpay fork, see razorpay#49