feat: show delete user functionality
This commit is contained in:
7
packages/web/src/graphql/mutations/delete-user.ee.ts
Normal file
7
packages/web/src/graphql/mutations/delete-user.ee.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const DELETE_USER = gql`
|
||||
mutation DeleteUser($input: DeleteUserInput) {
|
||||
deleteUser(input: $input)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user