Class CustomerCreatePasswordResetTokenGraphQLQuery

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

public class CustomerCreatePasswordResetTokenGraphQLQuery extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
The token value is used to reset the password of the customer with the given email. The token is valid only for 10 minutes.
  • Constructor Details

    • CustomerCreatePasswordResetTokenGraphQLQuery

      public CustomerCreatePasswordResetTokenGraphQLQuery(String email, Integer ttlMinutes, String storeKey, String queryName, Set<String> fieldsSet)
    • CustomerCreatePasswordResetTokenGraphQLQuery

      public CustomerCreatePasswordResetTokenGraphQLQuery()
  • Method Details