UserRumbleAccountUpdateInput: {
    accountId?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    user?: UserUpdateOneWithoutRumbleAccountNestedInput;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}