Code0 LogoCode0

usersPasswordReset

Reset the password using a reset token

Arguments

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
newPasswordString!The new password to set for the user
newPasswordConfirmationString!The confirmation of the new password to set for the user needs to be the same as the new password
resetTokenString!The password reset token sent to the user email

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
messageStringA message indicating the result of the password reset request

On this page