Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Sorting logic at All Operators page #713

Open
web3cdnservices opened this issue Apr 18, 2024 · 1 comment
Open

Incorrect Sorting logic at All Operators page #713

web3cdnservices opened this issue Apr 18, 2024 · 1 comment

Comments

@web3cdnservices
Copy link

How to reproduce: Click on any "Sort field". "Comission" .
image

Page: url

Whats wrong:
Sorting is done only on the current page

How to fix:
image

Call GetAllIndexerByApy query and fetch data from backend with correct ordderBy.

@HuberTRoy
Copy link
Member

Commission or other fields is an era type: { value: {....}, valueAfter: {...} }, Graphql not support this type sorting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants