INPUT_OBJECT

CreateExtensionImageUploadInfoInput

Information needed to generate a URL and UploadId to upload extension images to.

link GraphQL Schema definition

1input CreateExtensionImageUploadInfoInput {
4
2# Whether to upload new discovery image.
3discovery: Boolean
7
5# The extension:version the images are for.
6extensionID: ID!
10
8# Whether to upload new logo image.
9logo: Boolean
13
11# Amount of new screenshot image to be uploaded.
12screenshots: Int
16
14# Whether to upload new taskbar image.
15taskbar: Boolean
17}