We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce: Click on any "Sort field". "Comission" .
Page: url
Whats wrong: Sorting is done only on the current page
How to fix:
Call GetAllIndexerByApy query and fetch data from backend with correct ordderBy.
GetAllIndexerByApy
The text was updated successfully, but these errors were encountered:
Commission or other fields is an era type: { value: {....}, valueAfter: {...} }, Graphql not support this type sorting.
{ value: {....}, valueAfter: {...} }
Sorry, something went wrong.
No branches or pull requests
How to reproduce: Click on any "Sort field". "Comission" .
Page: url
Whats wrong:
Sorting is done only on the current page
How to fix:
Call
GetAllIndexerByApy
query and fetch data from backend with correct ordderBy.The text was updated successfully, but these errors were encountered: