mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
9 lines
156 B
GraphQL
9 lines
156 B
GraphQL
query GetReleaseById($id: Long!) {
|
|
release(id: $id) {
|
|
...release
|
|
changelog
|
|
entry {
|
|
...entrySummary
|
|
}
|
|
}
|
|
} |