fix: delete current user in deleteUser mutation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const DELETE_USER = gql`
|
||||
mutation DeleteUser($input: DeleteUserInput) {
|
||||
deleteUser(input: $input)
|
||||
mutation DeleteUser {
|
||||
deleteUser
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user