11 lines
231 B
GraphQL
11 lines
231 B
GraphQL
mutation EditInterfaceView($input: EditInterfaceViewInput!) {
|
|
editInterfaceView(input: $input) {
|
|
query {
|
|
mode {
|
|
isPowerUserPanel
|
|
isSimplePanel
|
|
}
|
|
}
|
|
}
|
|
}
|