mirror of https://github.com/Requarks/wiki.git
16 lines
208 B
16 lines
208 B
mutation (
|
|
$flags: [SystemFlagInput]!
|
|
) {
|
|
system {
|
|
updateFlags(
|
|
flags: $flags
|
|
) {
|
|
responseResult {
|
|
succeeded
|
|
errorCode
|
|
slug
|
|
message
|
|
}
|
|
}
|
|
}
|
|
}
|