OBJECT

CompetitionContactInfo

The contact information to contact the organizers for the competition.

link GraphQL Schema definition

1type CompetitionContactInfo {
2
3# Link to Discord server for competition contact purposes.
4discordURL: String
5
6# Email address point of contact for the competition.
7email: String
8
9}