You've already forked lldap
mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 12:32:57 +01:00
6 lines
88 B
GraphQL
6 lines
88 B
GraphQL
mutation UpdateUser($user: UpdateUserInput!) {
|
|
updateUser(user: $user) {
|
|
ok
|
|
}
|
|
}
|