OBJECT

CompetitionImageUpload

Identifiers for the competition image.

link GraphQL Schema definition

1type CompetitionImageUpload {
2
3# ID of the upload.
4id: ID!
5
6# URL at which clients can access the image.
7url: String!
8
9}