app: Add a component to delete a user
Also adds a way to hook to the bootstrap modals to show or hide them.
This commit is contained in:
committed by
nitnelave
parent
e8831f607b
commit
402ef2f83a
5
app/queries/delete_user.graphql
Normal file
5
app/queries/delete_user.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
mutation DeleteUserQuery($user: String!) {
|
||||
deleteUser(userId: $user) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user