OBJECT

CreatePanelImageUploadInfoPayload

The response resulting from a successful panel image URL creation.

link GraphQL Schema definition

1type CreatePanelImageUploadInfoPayload {
2
3# The upload info struct that is returned from AWS.
4uploadInfo: CreatePanelImageUploadInfo
5
6}