ENUM

CompetitionImageType

The competition Image type sent by the user to determine what image is being uploaded to the competition.

link GraphQL Schema definition

1enum CompetitionImageType {
2
3# Banner image for the competition.
4BANNER
5
6# Thumbnail image for the competition.
7THUMBNAIL
8
9# Image type is unknown.
10UNKNOWN
11}