refactor(web): remove typescript
This commit is contained in:
10
packages/web/src/graphql/mutations/update-current-user.js
Normal file
10
packages/web/src/graphql/mutations/update-current-user.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const UPDATE_CURRENT_USER = gql`
|
||||
mutation UpdateCurrentUser($input: UpdateCurrentUserInput) {
|
||||
updateCurrentUser(input: $input) {
|
||||
id
|
||||
fullName
|
||||
email
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user