OBJECT

HistoricalCompetitionLobby

An minimal version of a DONE CompetitionLobby focusing on the outcome of a lobby

link GraphQL Schema definition

1type HistoricalCompetitionLobby {
2
3# id is the unique id of the HistoricalCompetitionLobby.
4id: ID!
5
6# The participant who had a higher score, if scores are equal and the lobby is
7# done, the lobby ended in a tie.
8winner: CompetitionLobbyParticipant
9
10}