7 lines
95 B
GraphQL
7 lines
95 B
GraphQL
mutation UpdateGroup($group: UpdateGroupInput!) {
|
|
updateGroup(group: $group) {
|
|
ok
|
|
}
|
|
}
|
|
|