INPUT_OBJECT

CustomerResetInput

Specifies the fields required to reset a Customer’s password.

link GraphQL Schema definition

  • input CustomerResetInput {
  • # The reset token required to reset the customer’s password.
  • resetToken: String!
  • # New password that will be set as part of the reset password process.
  • password: String!
  • }