Type Alias GuildGameChangelogUpdateWithWhereUniqueWithoutGameConfigInput

GuildGameChangelogUpdateWithWhereUniqueWithoutGameConfigInput: {
    data: XOR<GuildGameChangelogUpdateWithoutGameConfigInput, GuildGameChangelogUncheckedUpdateWithoutGameConfigInput>;
    where: GuildGameChangelogWhereUniqueInput;
}