1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
2023-02-04 23:29:26 +01:00

17 lines
313 B
GraphQL

query GetReleaseById {
release(id: "63b71dd69a5bb32a0a81a410") {
branch
commit
version
artifacts {
platform
artifactId
fileInfo {
md5Hash
downloadSize
downloads
}
}
}
}