mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
graphql: Add a method to update a user
This commit is contained in:
committed by
nitnelave
parent
0ac9e134de
commit
2954109d96
@@ -1,4 +1,4 @@
|
||||
mutation CreateUser($user: UserInput!) {
|
||||
mutation CreateUser($user: CreateUserInput!) {
|
||||
createUser(user: $user) {
|
||||
id
|
||||
creationDate
|
||||
|
||||
Reference in New Issue
Block a user