UploadFile
No description
type UploadFile {
uploadUrl: String!
expiresAt: AWSTimestamp!
}
Fields
UploadFile.uploadUrl
● String!
non-null scalar
The URL to upload the file. It will only last for 15 minutes.
UploadFile.expiresAt
● AWSTimestamp!
non-null scalar
The expiration time for the downloadUrl
Returned By
uploadDocument
mutation