UpdatePasswordInput
No description
input UpdatePasswordInput {
  oldPassword: String!
  newPassword: String!
  clientMutationId: String!
}
Fields
UpdatePasswordInput.oldPassword ● String! non-null scalar
oldPassword is the old password that that should be compared against when trying to change the password before the change.
UpdatePasswordInput.newPassword ● String! non-null scalar
newPassword is the new password that should be associated with the User.
UpdatePasswordInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
updatePassword  mutation