iotex-analytics icon indicating copy to clipboard operation
iotex-analytics copied to clipboard

candidate info should return order by epoch number

Open coderbradlee opened this issue 4 years ago • 0 comments

query {
 voting(startEpoch: 11000, epochCount: 10) {
  candidateInfo{
    epochNumber
    candidates{
      name
    address
    totalWeightedVotes
    selfStakingTokens
    operatorAddress
    rewardAddress
    }
  }
}
}

image

The result should order by epochNumber

coderbradlee avatar Aug 11 '20 05:08 coderbradlee