MutationResetPasswordInput
Input type for resetting password with a valid token.
input MutationResetPasswordInput {
newPassword: String!
token: String!
}
Fields
MutationResetPasswordInput.newPassword ● String! non-null scalar
The new password to set. Must be 8-64 characters.
MutationResetPasswordInput.token ● String! non-null scalar
The password reset token.
Member Of
resetPassword mutation