You've already forked lldap
mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 12:32:57 +01: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