PropertyUpload
Last edit: Oct 26, 2022
No description
type PropertyUpload {
extension: String
file_name: String
url: String
versions(names: [String!]): HashObject
}
Fields
extension
(String
)
extension extracted from the url, downcased; for example jpg, pdf etc.
file_name
(String
)
file name extracted from the url
url
(String
)
url pointing to the file in CDN
versions
(HashObject
)
hash where key is a version name and value is the url to the cdn; populated if
the upload file is an image and versions were specified
-
names
(String
)
specified only those versions which you want to be returned