Type Alias GuildDropsGameUpdateManyWithWhereWithoutGuildDropsInput

GuildDropsGameUpdateManyWithWhereWithoutGuildDropsInput: {
    data: XOR<GuildDropsGameUpdateManyMutationInput, GuildDropsGameUncheckedUpdateManyWithoutGuildDropsInput>;
    where: GuildDropsGameScalarWhereInput;
}