iotex-analytics
iotex-analytics copied to clipboard
candidate info should return order by epoch number
query {
voting(startEpoch: 11000, epochCount: 10) {
candidateInfo{
epochNumber
candidates{
name
address
totalWeightedVotes
selfStakingTokens
operatorAddress
rewardAddress
}
}
}
}
The result should order by epochNumber