ResetPasswordInput
The data required to reset a user password
input ResetPasswordInput {
email: String!
password: String!
recoveryCode: String!
}
Fields
ResetPasswordInput.email
● String!
non-null scalar
The email of the user
ResetPasswordInput.password
● String!
non-null scalar
The new password of the user
ResetPasswordInput.recoveryCode
● String!
non-null scalar
The recoveryCode
Member Of
resetPassword
mutation