OBJECT

PollChoiceSelfEdge

A connection between poll choice and the authenticated user.

link GraphQL Schema definition

1type PollChoiceSelfEdge {
2
3# The voter object pertaining to the authenticated user.
4voter: PollVoter
5
6}