type Resource implements Asset {model: Model id: ID status: AssetStatus filename: String format: String! url: String downloadUrl: String # If populated, the url is only valid until the time givenvalidUntil: DateTime contentType: String }