1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-03-24 02:08:47 +00:00
2024-05-02 20:02:12 +02:00

5 lines
112 B
GraphQL

mutation SetLayoutInfo ($input: SetLayoutInfoInput!) {
setLayoutInfo(input: $input) {
id
}
}