OBJECT

PollTopBitsContributor

Top contributor to the poll and the bits they contributed.

link GraphQL Schema definition

1type PollTopBitsContributor {
2
3# Bits amount contributed.
4bitsAmount: Int!
5
6# Top contributor to the poll.
7user: User
8
9}