DownloadFile
No description
type DownloadFile {
downloadUrl: String!
expiresAt: AWSTimestamp!
}
Fields
DownloadFile.downloadUrl
● String!
non-null scalar
The URL to download the file. It will only last for 15 minutes.
DownloadFile.expiresAt
● AWSTimestamp!
non-null scalar
The expiration time for the downloadUrl
Returned By
downloadAccountInvoice
mutation ● downloadContract
mutation ● downloadDocument
mutation ● downloadExport
mutation ● downloadOperationsFile
mutation