OBJECT
CompetitionStandingConnection
Paginated list of standings for a Competition.
link GraphQL Schema definition
1 type CompetitionStandingConnection { 2 3 # The elements of the list. 4 : [CompetitionStandingEdge!]! 5 6 # Are there more standings for the competition and what is the cursor. 7 : PageInfo! 8 9 }