Skip to content

Commit 8a39f4a

Browse files
Merge pull request #14 from vromash/reset-password-update
Renamed resetPassword to asResetPassword
2 parents 6ad1dcb + e5fd189 commit 8a39f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/schema.graphqls

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Mutation {
1616
generateCustomerToken(email: String!, password: String!, guest_quote_id: String): CustomerToken @resolver(class: "\\ScandiPWA\\CustomerGraphQl\\Model\\Resolver\\GenerateCustomerToken") @doc(description:"Retrieve the customer token")
1717
resendConfirmationEmail(email: String!): CustomerActionConfirmationType @resolver(class: "\\ScandiPWA\\CustomerGraphQl\\Model\\Resolver\\ResendConfirmationEmail") @doc(description:"Resend customer confirmation")
1818
forgotPassword(email: String!): CustomerActionConfirmationType @resolver(class: "\\ScandiPWA\\CustomerGraphQl\\Model\\Resolver\\ForgotPassword") @doc(description:"Resend customer confirmation")
19-
resetPassword(password: String!, token: String!, password_confirmation: String!): ResetPasswordType @resolver(class: "\\ScandiPWA\\CustomerGraphQl\\Model\\Resolver\\ResetPassword") @doc(description:"Resend customer confirmation")
19+
s_resetPassword(password: String!, token: String!, password_confirmation: String!): ResetPasswordType @resolver(class: "\\ScandiPWA\\CustomerGraphQl\\Model\\Resolver\\ResetPassword") @doc(description:"Resend customer confirmation")
2020
}
2121

2222
type CustomerActionConfirmationType {

0 commit comments

Comments
 (0)