OBJECT
PropertyUpload
# GraphQL Schema definition
1 type PropertyUpload { 2 # extension extracted from the url, downcased; for example jpg, pdf etc. 3 String : 4 # file name extracted from the url 5 String : 6 # url pointing to the file in CDN 7 String : 8 # hash where key is a version name and value is the url to the cdn; populated if 9 # the upload file is an image and versions were specified 10 # 11 # Arguments 12 # names: specified only those versions which you want to be 13 # returned 14 String!]): HashObject ( : [ 15 }