mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
17 lines
313 B
GraphQL
17 lines
313 B
GraphQL
query GetReleaseById {
|
|
release(id: "63b71dd69a5bb32a0a81a410") {
|
|
branch
|
|
commit
|
|
version
|
|
artifacts {
|
|
platform
|
|
artifactId
|
|
fileInfo {
|
|
md5Hash
|
|
downloadSize
|
|
downloads
|
|
}
|
|
}
|
|
}
|
|
}
|