mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
5 lines
112 B
GraphQL
5 lines
112 B
GraphQL
mutation SetLayoutInfo ($input: SetLayoutInfoInput!) {
|
|
setLayoutInfo(input: $input) {
|
|
id
|
|
}
|
|
} |