mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
graphql: Add a method to delete a user
This commit is contained in:
committed by
nitnelave
parent
9e3315e09f
commit
e8831f607b
@@ -8,6 +8,7 @@ type Mutation {
|
||||
updateUser(user: UpdateUserInput!): Success!
|
||||
addUserToGroup(userId: String!, groupId: Int!): Success!
|
||||
removeUserFromGroup(userId: String!, groupId: Int!): Success!
|
||||
deleteUser(userId: String!): Success!
|
||||
}
|
||||
|
||||
type Group {
|
||||
|
||||
Reference in New Issue
Block a user