OBJECT
A page entry, that contains the PollVoter item and a cursor to return from the query to allow pagination.
1type PollVoterConnectionEdge {23# Cursor used for next query.4cursor: Cursor! 56# The underlying poll voter.7node: PollVoter! 89}