OBJECT
type OrderFile {# id: ID! # filename: String! # firstDownload: DateTime # latestDownload: DateTime # downloadCount: Int! # maxDownloadCount: Int! # validUntil: DateTime # valid: Boolean! # url: String! # file: File }