OBJECT

PollTopCommunityPointsContributor

Top contributor to the poll and the community points they contributed.

link GraphQL Schema definition

1type PollTopCommunityPointsContributor {
2
3# Community Points amount contributed.
4communityPointsAmount: Int!
5
6# Top contributor to the poll.
7user: User
8
9}