INPUT_OBJECT

CustomerActivateInput

Specifies the input fields required to activate a customer.

link GraphQL Schema definition

  • input CustomerActivateInput {
  • # The activation token required to activate the customer
  • activationToken: String!
  • # The login password used by the customer.
  • password: String!
  • }