OBJECT

CreateExtensionZipUploadInfoPayload

Returned information about zip file upload including URL to upload the zip to.

link GraphQL Schema definition

1type CreateExtensionZipUploadInfoPayload {
2
3# The error when the mutation fails to upload a zip file.
4error: CreateExtensionZipUploadInfoError
5
6# Url and UploadId for zip file.
7response: ExtensionZipUploadResponse
8
9}