ResetPasswordInput
No description
input ResetPasswordInput {
token: String!
newPassword: String!
}
Fields
ResetPasswordInput.token ● String! non-null scalar
Password-reset token from the emailed reset link.
ResetPasswordInput.newPassword ● String! non-null scalar
New password to set (min 8 characters).
Member Of
resetPassword mutation