chore: remove redundant update user mutation

This commit is contained in:
Ali BARIN
2024-09-19 09:18:00 +00:00
committed by Faruk AYDIN
parent 6e529a4205
commit 266d4cddb0
4 changed files with 0 additions and 47 deletions

View File

@@ -8,7 +8,6 @@ type Mutation {
resetConnection(input: ResetConnectionInput): Connection
updateConnection(input: UpdateConnectionInput): Connection
updateCurrentUser(input: UpdateCurrentUserInput): User
updateUser(input: UpdateUserInput): User
verifyConnection(input: VerifyConnectionInput): Connection
}
@@ -241,13 +240,6 @@ input UserRoleInput {
id: String
}
input UpdateUserInput {
id: String!
fullName: String
email: String
role: UserRoleInput
}
input UpdateCurrentUserInput {
email: String
password: String