Type Alias GuildDropsGameUpdateWithWhereUniqueWithoutGuildDropsInput

GuildDropsGameUpdateWithWhereUniqueWithoutGuildDropsInput: {
    data: XOR<GuildDropsGameUpdateWithoutGuildDropsInput, GuildDropsGameUncheckedUpdateWithoutGuildDropsInput>;
    where: GuildDropsGameWhereUniqueInput;
}