chore: remove redundant delete current user mutation

This commit is contained in:
Ali BARIN
2024-09-19 12:27:28 +03:00
committed by Faruk AYDIN
parent ed12465975
commit dccc3c5bc1
4 changed files with 0 additions and 67 deletions
@@ -1,6 +0,0 @@
import { gql } from '@apollo/client';
export const DELETE_CURRENT_USER = gql`
mutation DeleteCurrentUser {
deleteCurrentUser
}
`;