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