feat(sh-admin): enhanced user management in admin dashboard (#3814)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8fdba760a2
commit
acfb0189df
@@ -0,0 +1,7 @@
|
||||
mutation RemoveUsersByAdmin($userUIDs: [ID!]!) {
|
||||
removeUsersByAdmin(userUIDs: $userUIDs) {
|
||||
userUID
|
||||
isDeleted
|
||||
errorMessage
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user