OBJECT
PollVoterConnection
A connection between poll and voters and metadata.
link GraphQL Schema definition
1 type PollVoterConnection { 2 3 # The list of voters in this poll / choice. 4 : [PollVoterConnectionEdge!]! 5 6 }
link Required by
This element is not required by anyone