OBJECT

UploadCompetitionImagePayload

Data required to upload an image to the competition.

link GraphQL Schema definition

1type UploadCompetitionImagePayload {
2
3# Used for upload competition image errors.
4error: CompetitionUploadImageError
5
6# The metadata required to access an image for a competition.
7image: CompetitionImageUpload
8
9}