INPUT_OBJECT

CreateBountyCampaignUploadConfigInput

CreateBountyCampaignUploadConfigInput is the input for create bounty campaign upload configuration.

link GraphQL Schema definition

1input CreateBountyCampaignUploadConfigInput {
4
2# The ID of the organization that the campaign is related to.
3organizationID: ID!
7
5# The image type to be uploaded.
6uploadType: BountyCampaignUploadType!
8}