OBJECT
UploadCompetitionImagePayload
Data required to upload an image to the competition.
link GraphQL Schema definition
1 type UploadCompetitionImagePayload { 2 3 # Used for upload competition image errors. 4 : CompetitionUploadImageError 5 6 # The metadata required to access an image for a competition. 7 : CompetitionImageUpload 8 9 }