mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01: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