INPUT_OBJECT
CreateExtensionImageUploadInfoInput
Information needed to generate a URL and UploadId to upload extension images to.
link GraphQL Schema definition
1 input CreateExtensionImageUploadInfoInput { 4 2 # Whether to upload new discovery image. 3 : Boolean 7 5 # The extension:version the images are for. 6 : ID! 10 8 # Whether to upload new logo image. 9 : Boolean 13 11 # Amount of new screenshot image to be uploaded. 12 : Int 16 14 # Whether to upload new taskbar image. 15 : Boolean 17 }