refactor(web): remove typescript
This commit is contained in:
10
packages/web/src/graphql/mutations/update-user.ee.js
Normal file
10
packages/web/src/graphql/mutations/update-user.ee.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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