chore: remove redundant delete current user mutation

This commit is contained in:
Ali BARIN
2024-09-18 15:36:23 +00:00
committed by Faruk AYDIN
parent ed12465975
commit dccc3c5bc1
4 changed files with 0 additions and 67 deletions

View File

@@ -1,6 +0,0 @@
import { gql } from '@apollo/client';
export const DELETE_CURRENT_USER = gql`
mutation DeleteCurrentUser {
deleteCurrentUser
}
`;