Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ForgotPasswordProps

Index

Properties

error?: ApolloError

Any errors returned from the mutation

loading: boolean

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