Type Alias GuildGameChangelogUpdateManyWithWhereWithoutGameConfigInput

GuildGameChangelogUpdateManyWithWhereWithoutGameConfigInput: {
    data: XOR<GuildGameChangelogUpdateManyMutationInput, GuildGameChangelogUncheckedUpdateManyWithoutGameConfigInput>;
    where: GuildGameChangelogScalarWhereInput;
}