ENUM

BountyCampaignUploadType

Possible upload types for bounty campaigns.

link GraphQL Schema definition

1enum BountyCampaignUploadType {
2
3# Upload type related to the box art image.
4BOX_ART
5
6# Upload type related to the cover image.
7COVER
8}