chore: remove redundant update user mutation

This commit is contained in:
Ali BARIN
2024-09-20 13:10:42 +03:00
committed by Faruk AYDIN
parent 6e529a4205
commit 266d4cddb0
4 changed files with 0 additions and 47 deletions
@@ -1,10 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_USER = gql`
mutation UpdateUser($input: UpdateUserInput) {
updateUser(input: $input) {
id
email
fullName
}
}
`;