You've already forked lldap
mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 12:32:57 +01:00
app: Add a way for users to edit their info
This commit is contained in:
committed by
nitnelave
parent
6ef06163db
commit
d647be793a
@@ -0,0 +1,5 @@
|
||||
mutation UpdateUser($user: UpdateUserInput!) {
|
||||
updateUser(user: $user) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user