We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2643389 commit f356299Copy full SHA for f356299
lib/backend-api/src/types.rs
@@ -70,6 +70,7 @@ mod queries {
70
pub struct PackageDistribution {
71
pub pirita_sha256_hash: Option<String>,
72
pub pirita_download_url: Option<String>,
73
+ pub download_url: Option<String>,
74
}
75
76
#[derive(cynic::QueryFragment, Debug, Clone)]
0 commit comments