INPUT_OBJECT

CreateDropImageUploadURLInput

Information needed to generate a URL to upload a drop image to.

link GraphQL Schema definition

1input CreateDropImageUploadURLInput {
4
2# The campaign this image is for if it's of type LINK_NOTIFICATION.
3campaignID: ID
7
5# The type of image this is.
6imageType: DropImageType!
10
8# The item ID this image is for if it's of type ITEM.
9itemID: ID
13
11# The drop service this image will be created for.
12serviceID: ID!
16
14# The JWT used to verify the request.
15token: String!
17}