resetPassword
Reset password using a valid password reset token. Returns authentication tokens for auto-login.
resetPassword(
input: MutationResetPasswordInput!
): PasswordResetPayload
Arguments
resetPassword.input ● MutationResetPasswordInput! non-null input
Input for resetting password with a valid token.
Type
PasswordResetPayload object
Payload returned after successfully resetting a password.