Type Alias GuildDropsGameUpdateWithWhereUniqueWithoutGameInput

GuildDropsGameUpdateWithWhereUniqueWithoutGameInput: {
    data: XOR<GuildDropsGameUpdateWithoutGameInput, GuildDropsGameUncheckedUpdateWithoutGameInput>;
    where: GuildDropsGameWhereUniqueInput;
}