mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
graphql: Add a method to delete a group
This commit is contained in:
committed by
nitnelave
parent
402ef2f83a
commit
3b70762b42
@@ -9,6 +9,7 @@ type Mutation {
|
||||
addUserToGroup(userId: String!, groupId: Int!): Success!
|
||||
removeUserFromGroup(userId: String!, groupId: Int!): Success!
|
||||
deleteUser(userId: String!): Success!
|
||||
deleteGroup(groupId: Int!): Success!
|
||||
}
|
||||
|
||||
type Group {
|
||||
|
||||
Reference in New Issue
Block a user