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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
getInput, getName, getOperation, getOperationType, getQueryAlias, getVariableDefinitions, setQueryAlias
-
Constructor Details
-
CustomerResetPasswordGraphQLQuery
-
CustomerResetPasswordGraphQLQuery
public CustomerResetPasswordGraphQLQuery()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classcom.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
newRequest
-