Class CustomerResetPasswordGraphQLQuery

java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
com.commercetools.graphql.api.client.CustomerResetPasswordGraphQLQuery

public class CustomerResetPasswordGraphQLQuery extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
The following workflow can be used to reset the customer’s password: 1. Create a password reset token and send it embedded in a link to the customer. 2. When the customer clicks on the link, you may optionally retrieve customer by password token. 3. When the customer entered new password, use reset customer’s password to reset the password.
  • Constructor Details

    • CustomerResetPasswordGraphQLQuery

      public CustomerResetPasswordGraphQLQuery(Long version, String tokenValue, String newPassword, String storeKey, String queryName, Set<String> fieldsSet)
    • CustomerResetPasswordGraphQLQuery

      public CustomerResetPasswordGraphQLQuery()
  • Method Details