OBJECT
CompetitionConnection
Paginated list of Competitions.
link GraphQL Schema definition
1 type CompetitionConnection { 2 3 # The elements of the list. 4 : [CompetitionEdge!]! 5 6 # Are there more competitions in the list and what is the cursor. 7 : PageInfo! 8 9 }