Type Alias GuildGameConfigUpdateManyMutationInput

GuildGameConfigUpdateManyMutationInput: {
    allTimeLowEnabled?: BoolFieldUpdateOperationsInput | boolean;
    allTimeLowMaxPriceCents?: NullableIntFieldUpdateOperationsInput | number | null;
    allTimeLowStores?: GuildGameConfigUpdateallTimeLowStoresInput | GameStoreEnum[];
    changelogChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    changelogPingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    changelogWebhookAvatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    changelogWebhookEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    changelogWebhookUsername?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    deliveryMode?: EnumGameDeliveryEnumFieldUpdateOperationsInput | GameDeliveryEnum;
    digestHourUTC?: NullableIntFieldUpdateOperationsInput | number | null;
    digestWeekday?: NullableIntFieldUpdateOperationsInput | number | null;
    discountStores?: GuildGameConfigUpdatediscountStoresInput | GameStoreEnum[];
    discountsEnabled?: BoolFieldUpdateOperationsInput | boolean;
    enabled?: BoolFieldUpdateOperationsInput | boolean;
    freeDlcEnabled?: BoolFieldUpdateOperationsInput | boolean;
    freeDlcStores?: GuildGameConfigUpdatefreeDlcStoresInput | GameStoreEnum[];
    freeGameStores?: GuildGameConfigUpdatefreeGameStoresInput | GameStoreEnum[];
    freeGamesEnabled?: BoolFieldUpdateOperationsInput | boolean;
    freeWeekendEnabled?: BoolFieldUpdateOperationsInput | boolean;
    freeWeekendStores?: GuildGameConfigUpdatefreeWeekendStoresInput | GameStoreEnum[];
    genres?: GuildGameConfigUpdategenresInput | string[];
    guildId?: StringFieldUpdateOperationsInput | string;
    maxPriceCents?: NullableIntFieldUpdateOperationsInput | number | null;
    minDiscountPercent?: NullableIntFieldUpdateOperationsInput | number | null;
    notificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    pingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    robloxChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    robloxPingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    robloxWebhookAvatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    robloxWebhookEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    robloxWebhookUsername?: NullableStringFieldUpdateOperationsInput | string | null;
    studios?: GuildGameConfigUpdatestudiosInput | string[];
    tags?: GuildGameConfigUpdatetagsInput | string[];
    upcomingFreeEnabled?: BoolFieldUpdateOperationsInput | boolean;
    upcomingFreeStores?: GuildGameConfigUpdateupcomingFreeStoresInput | GameStoreEnum[];
}