Type Alias GuildGameConfigCreateOrConnectWithoutChangelogGamesInput

GuildGameConfigCreateOrConnectWithoutChangelogGamesInput: {
    create: XOR<GuildGameConfigCreateWithoutChangelogGamesInput, GuildGameConfigUncheckedCreateWithoutChangelogGamesInput>;
    where: GuildGameConfigWhereUniqueInput;
}