UserUpdateManyMutationInput: {
    badges?: NullableStringFieldUpdateOperationsInput | string | null;
    bitfield?: NullableStringFieldUpdateOperationsInput | string | null;
    blacklisted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    email?: NullableStringFieldUpdateOperationsInput | string | null;
    lastVoted?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    locale?: StringFieldUpdateOperationsInput | string;
    oneServerPremium?: NullableStringFieldUpdateOperationsInput | string | null;
    serverPremiumCooldown?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    userId?: StringFieldUpdateOperationsInput | string;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
    votes?: IntFieldUpdateOperationsInput | number;
}