Skip to main content

ResetPasswordInput

No description

input ResetPasswordInput {
token: UUID!
newPassword: UnsanitizedString!
}

Fields

token ● UUID!

Token sent in the email for reset password

newPassword ● UnsanitizedString!

Password must be at least 12 characters long and could not be equal to the old password

Example

{}