mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
7 lines
95 B
GraphQL
7 lines
95 B
GraphQL
mutation UpdateGroup($group: UpdateGroupInput!) {
|
|
updateGroup(group: $group) {
|
|
ok
|
|
}
|
|
}
|
|
|