Type Alias GuildGiveawayEntryUpdateManyWithWhereWithoutGuildGiveawayInput

GuildGiveawayEntryUpdateManyWithWhereWithoutGuildGiveawayInput: {
    data: XOR<GuildGiveawayEntryUpdateManyMutationInput, GuildGiveawayEntryUncheckedUpdateManyWithoutGuildGiveawayInput>;
    where: GuildGiveawayEntryScalarWhereInput;
}