Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

candidate info should return order by epoch number #286

Open
coderbradlee opened this issue Aug 11, 2020 · 0 comments
Open

candidate info should return order by epoch number #286

coderbradlee opened this issue Aug 11, 2020 · 0 comments

Comments

@coderbradlee
Copy link
Contributor

coderbradlee commented Aug 11, 2020

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

image

The result should order by epochNumber

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

No branches or pull requests

1 participant