ClientUpdateManyMutationInput: {
    clientId?: StringFieldUpdateOperationsInput | string;
    dashWhitelist?: ClientUpdatedashWhitelistInput | string[];
    dbId?: StringFieldUpdateOperationsInput | string;
    recentWhitelist?: ClientUpdaterecentWhitelistInput | string[];
    staff?: ClientUpdatestaffInput | string[];
    statChannels?: NullableIntFieldUpdateOperationsInput | number | null;
    statusRoles?: NullableIntFieldUpdateOperationsInput | number | null;
    totalClips?: NullableIntFieldUpdateOperationsInput | number | null;
    totalGiveaways?: NullableIntFieldUpdateOperationsInput | number | null;
    totalNotifications?: NullableIntFieldUpdateOperationsInput | number | null;
    totalVods?: NullableIntFieldUpdateOperationsInput | number | null;
}