chore: remove redundant update user mutation
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const UPDATE_USER = gql`
|
||||
mutation UpdateUser($input: UpdateUserInput) {
|
||||
updateUser(input: $input) {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user