OBJECT

CreatePanelImageUploadInfo

The upload info struct that is returned from AWS.

link GraphQL Schema definition

1type CreatePanelImageUploadInfo {
2
3# A unique identifier for the generated URL.
4uploadID: ID!
5
6# The actual URL to be used by the client to upload the image.
7url: String!
8
9}