DesDownloadableFile
Information and URL for a downloadable file.
type DesDownloadableFile {
downloadUrl: String!
fileName: String!
relativePath: String!
}
Fields
DesDownloadableFile.downloadUrl ● String! non-null scalar
Download URL for file.
DesDownloadableFile.fileName ● String! non-null scalar
Downloadable file name.
DesDownloadableFile.relativePath ● String! non-null scalar
Downloadable file relative path.