chore: remove redundant register user mutation

This commit is contained in:
Ali BARIN
2024-09-11 13:08:53 +00:00
committed by Faruk AYDIN
parent ba0d46c6cd
commit ddc9867058
5 changed files with 1 additions and 51 deletions

View File

@@ -1,10 +0,0 @@
import { gql } from '@apollo/client';
export const REGISTER_USER = gql`
mutation RegisterUser($input: RegisterUserInput) {
registerUser(input: $input) {
id
email
fullName
}
}
`;