FileDownload
Represents a secure, time-limited download link for a file.
- Download links expire after 5 minutes
- Links are pre-signed and do not require authentication.
type FileDownload {
link: String!
}
Fields
FileDownload.link ● String! non-null scalar
Secure URL for downloading the file. The link includes a signed token and expires after 5 minutes.
Implemented By
FileDownloadResult union