OBJECT

CompetitionStandingConnection

Paginated list of standings for a Competition.

link GraphQL Schema definition

1type CompetitionStandingConnection {
2
3# The elements of the list.
4edges: [CompetitionStandingEdge!]!
5
6# Are there more standings for the competition and what is the cursor.
7pageInfo: PageInfo!
8
9}