Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

customerResetPasswordMutation

Portion of the GraphQL query used in the customerResetPassword API endpoint

customerResetPasswordMutation = "\n  mutation customerResetPassword(
	$tokenValue: String!,
	$newPassword: String!,
	$storeKey: KeyReferenceInput
) {\n    customerResetPassword(tokenValue: $tokenValue,
	newPassword: $newPassword,
	storeKey: $storeKey) {\n      ...DefaultCustomer\n    }\n  }\n"