OBJECT

CompetitionPlacement

The placement within the competition for an participant.

link GraphQL Schema definition

1type CompetitionPlacement {
2
3# The position in the total participant list a participant ranks.
4position: Int
5
6}