Skip to main content

UpdatePasswordInput

No description

type UpdatePasswordInput {  oldPassword: String!  newPassword: String!  clientMutationId: String!}

Fields#

oldPassword (String!)#

oldPassword is the old password that that should be compared against when trying to change the password before the change.

newPassword (String!)#

newPassword is the new password that should be associated with the User.

clientMutationId (String!)#

clientMutationId is required for Relay support.