Type Alias GuildRobloxGameCreateOrConnectWithoutGameConfigInput

GuildRobloxGameCreateOrConnectWithoutGameConfigInput: {
    create: XOR<GuildRobloxGameCreateWithoutGameConfigInput, GuildRobloxGameUncheckedCreateWithoutGameConfigInput>;
    where: GuildRobloxGameWhereUniqueInput;
}