Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResetPasswordProps

Index

Properties

Optional customer

The ResetCustomerPasswordResponse returned from your mutation. Defaults to undefined.

Optional error

error: undefined | Error

Any errors returned from the mutation

loading

loading: boolean

A boolean that indicates whether your mutation is in flight.

resetPassword

A function to trigger the resetCustomerPassword mutation from your UI. You can pass ResetPasswordParams as parameters. The function returns a promise that fulfills with ResetCustomerPasswordResponse.

Generated using TypeDoc