OBJECT
HistoricalCompetitionLobby
An minimal version of a DONE CompetitionLobby focusing on the outcome of a lobby
link GraphQL Schema definition
1 type HistoricalCompetitionLobby { 2 3 #   id is the unique id of the HistoricalCompetitionLobby. 4 : 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. 8 : CompetitionLobbyParticipant  9 10 }