A boolean that indicates whether your mutation is in flight.
A function to trigger the recoverCustomer
mutation from your UI,
which will send a "Reset password" email to the customer's email address if it's valid.
You can pass ForgotPasswordParams
as parameters.
The function returns a promise that fulfills with
RecoverCustomerResult
.
The RecoverCustomerResult
returned from your mutation. Defaults to undefined.
Generated using TypeDoc
Any errors returned from the mutation