mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-03-25 02:38:48 +00:00
6 lines
82 B
GraphQL
6 lines
82 B
GraphQL
mutation RemoveEntry ($id: Long!) {
|
|
removeEntry(id: $id) {
|
|
id
|
|
}
|
|
}
|