mutation ForgotPassword($email: String!) { forgotPassword(email: $email) { errors { ...RegularError } message messageType } }