1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-09-24 20:20:32 +00:00

9 lines
156 B
GraphQL

query GetReleaseById($id: Long!) {
release(id: $id) {
...release
changelog
entry {
...entrySummary
}
}
}