INPUT_OBJECT
CreateBountyCampaignUploadConfigInput
CreateBountyCampaignUploadConfigInput is the input for create bounty campaign upload configuration.
link GraphQL Schema definition
1 input CreateBountyCampaignUploadConfigInput { 4 2 # The ID of the organization that the campaign is related to. 3 : ID! 7 5 # The image type to be uploaded. 6 : BountyCampaignUploadType! 8 }