mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
app: migrate user creation to GraphQL
This commit is contained in:
committed by
nitnelave
parent
37f61ce212
commit
2aca9dbe62
@@ -0,0 +1,6 @@
|
||||
mutation CreateUser($user: UserInput!) {
|
||||
createUser(user: $user) {
|
||||
id
|
||||
creationDate
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user