lldap/app/queries/update_user.graphql

6 lines
88 B
GraphQL
Raw Permalink Normal View History

mutation UpdateUser($user: UpdateUserInput!) {
updateUser(user: $user) {
ok
}
}