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