OBJECT

PollTopContributor

Top contributor to the poll and the bits they contributed. Deprecated: use PollTopBitsContributor instead.

link GraphQL Schema definition

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