INPUT_OBJECT
CreateDropImageUploadURLInput
Information needed to generate a URL to upload a drop image to.
link GraphQL Schema definition
1 input CreateDropImageUploadURLInput { 4 2 # The campaign this image is for if it's of type LINK_NOTIFICATION. 3 : ID 7 5 # The type of image this is. 6 : DropImageType! 10 8 # The item ID this image is for if it's of type ITEM. 9 : ID 13 11 # The drop service this image will be created for. 12 : ID! 16 14 # The JWT used to verify the request. 15 : String! 17 }