OBJECT
CompetitionParticipantConnection
Sorted list of competition participants.
link GraphQL Schema definition
1 type CompetitionParticipantConnection { 2 3 # The elements of the list. 4 : [CompetitionParticipantEdge!]! 5 6 # Are there more competition participants and what is the cursor. 7 : PageInfo! 8 9 # The total amount of competition participants in the competition. 10 : Int! 11 12 }