Joystream / Joystream/joystream
QN: castVotes id field returns weird values
Open
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
When using the following query:
`query MyQuery {
castVotes(limit: 500) {
id
castBy
deletedAt
electionRoundId
stakeLocked
voteFor {
memberId
}
voteForId
stake
}
}`
The return is as follows for the id value:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.