Type Alias GuildGameChangelogCreateOrConnectWithoutGameConfigInput

GuildGameChangelogCreateOrConnectWithoutGameConfigInput: {
    create: XOR<GuildGameChangelogCreateWithoutGameConfigInput, GuildGameChangelogUncheckedCreateWithoutGameConfigInput>;
    where: GuildGameChangelogWhereUniqueInput;
}