subquery / network-app

dApp for Node Operators, consumers and delegators interact with SubQuery Network
https://app.subquery.network
GNU General Public License v3.0
14 stars 8 forks source link

Incorrect Sorting logic at All Operators page #713

Open web3cdnservices opened 4 months ago

web3cdnservices commented 4 months ago

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 commented 4 months ago

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