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