mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
17 lines
208 B
GraphQL
17 lines
208 B
GraphQL
mutation (
|
|
$flags: [SystemFlagInput]!
|
|
) {
|
|
system {
|
|
updateFlags(
|
|
flags: $flags
|
|
) {
|
|
responseResult {
|
|
succeeded
|
|
errorCode
|
|
slug
|
|
message
|
|
}
|
|
}
|
|
}
|
|
}
|