OBJECT

PollTokenBreakdown

A breakdown of tokens used/by for this poll/choice/user.

link GraphQL Schema definition

1type PollTokenBreakdown {
2
3# Total number of bits used.
4bits: Int!
5
6# Total number of community points used.
7communityPoints: Int!
8
9# ID of token breakdown.
10id: ID!
11
12}