Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChangePasswordProps

Index

Properties

A function to trigger the changeCurrentCustomerPassword mutation from your UI. You can pass ChangePasswordParams as parameters. The function returns a promise that fulfills with ChangePasswordResponse.

error?: ApolloError

Any errors returned from the mutation

loading: boolean

A boolean that indicates whether your mutation is in flight.

The ChangePasswordResponse returned from your mutation. Defaults to undefined.

Generated using TypeDoc