OBJECT

PollSelfEdge

A connection between a poll and the authenticated user.

link GraphQL Schema definition

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