SetPasswordInputNo descriptiontype SetPasswordInput { password: String! clientMutationId: String!}CopyFields#password (String!)#password is the password that should be associated with the User.clientMutationId (String!)#clientMutationId is required for Relay support.