OBJECT

CompetitionConnection

Paginated list of Competitions.

link GraphQL Schema definition

1type CompetitionConnection {
2
3# The elements of the list.
4edges: [CompetitionEdge!]!
5
6# Are there more competitions in the list and what is the cursor.
7pageInfo: PageInfo!
8
9}