Type Alias GuildDropsUpdateToOneWithWhereWithoutGamesInput

GuildDropsUpdateToOneWithWhereWithoutGamesInput: {
    data: XOR<GuildDropsUpdateWithoutGamesInput, GuildDropsUncheckedUpdateWithoutGamesInput>;
    where?: GuildDropsWhereInput;
}