Skip to main content

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

NameTypeDescription
keyString!Storage key to use when registering the uploaded image with itemImageRegister.
signedUrlString!Pre-signed URL for uploading the image file to cloud storage.