Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ForgotPasswordProps

Index

Properties

Optional error

error: undefined | ApolloError

Any errors returned from the mutation

loading

loading: boolean

A boolean that indicates whether your mutation is in flight.

recoverCustomer

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.

Optional result

The RecoverCustomerResult returned from your mutation. Defaults to undefined.

Generated using TypeDoc