OBJECT

DropImageUploadPayload

SetDropCampaignStatusPayload returns the result of the creation/update.

link GraphQL Schema definition

1type DropImageUploadPayload {
2
3# The ID of the image once uploaded.
4uploadID: ID
5
6# The URL to upload the image to.
7uploadURL: String
8
9}