resetPassword
send the human a password reset email
Arguments
input
· resetPasswordInput
· Parameters for resetPassword Returns
resetPasswordPayload
Example
mutation resetPassword($input: resetPasswordInput) { resetPassword(input: $input) { messages }}