Type Alias GuildGameConfigCreateNestedOneWithoutChangelogGamesInput

GuildGameConfigCreateNestedOneWithoutChangelogGamesInput: {
    connect?: GuildGameConfigWhereUniqueInput;
    connectOrCreate?: GuildGameConfigCreateOrConnectWithoutChangelogGamesInput;
    create?: XOR<GuildGameConfigCreateWithoutChangelogGamesInput, GuildGameConfigUncheckedCreateWithoutChangelogGamesInput>;
}