OBJECT

PollConnection

A connection between poll and metadata.

link GraphQL Schema definition

1type PollConnection {
2
3# The list of polls for the user.
4edges: [PollEdge!]
5
6# Information about pagination in this connection.
7pageInfo: PageInfo!
8
9}