feat: Implement updateUser mutation
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
64011b5c4b
commit
212523aec6
@@ -27,6 +27,7 @@ type Mutation {
|
||||
createStep(input: StepInput!): Step
|
||||
updateStep(input: StepInput!): Step
|
||||
deleteStep(id: String!): Step
|
||||
updateUser(email: String, password: String): User
|
||||
login(email: String!, password: String!): Auth
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user