OBJECT

PollVoterConnection

A connection between poll and voters and metadata.

link GraphQL Schema definition

1type PollVoterConnection {
2
3# The list of voters in this poll / choice.
4nodes: [PollVoterConnectionEdge!]!
5
6}

link Required by

This element is not required by anyone