mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
Workshop - Auto-enable plugins after installing them Workshop - Show the latest release above the details page
5 lines
91 B
GraphQL
5 lines
91 B
GraphQL
query GetReleaseById($id: Long!) {
|
|
release(id: $id) {
|
|
...releaseDetails
|
|
}
|
|
} |