chore: remove redundant update user mutation

This commit is contained in:
Ali BARIN
2024-09-19 09:18:00 +00:00
committed by Faruk AYDIN
parent 6e529a4205
commit 266d4cddb0
4 changed files with 0 additions and 47 deletions

View File

@@ -1,10 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_USER = gql`
mutation UpdateUser($input: UpdateUserInput) {
updateUser(input: $input) {
id
email
fullName
}
}
`;