ItemImageSignedUrlResponse Object
Description
Response containing a pre-signed URL for uploading an item image and the storage key.
Declaration
type ItemImageSignedUrlResponse {
key: String!
signedUrl: String!
}
Fields
| Name | Type | Description |
|---|---|---|
key | String! | Storage key to use when registering the uploaded image with itemImageRegister. |
signedUrl | String! | Pre-signed URL for uploading the image file to cloud storage. |