OBJECT
Response containing presigned URL for upload.
type GeneratePresignedUrlForPartUploadReply {# Expiration time of the presigned URL.expiresAt: Long! # Presigned URL for upload.presignedUrl: String! }