Type Alias GuildGameConfigUpdateToOneWithWhereWithoutChangelogGamesInput

GuildGameConfigUpdateToOneWithWhereWithoutChangelogGamesInput: {
    data: XOR<GuildGameConfigUpdateWithoutChangelogGamesInput, GuildGameConfigUncheckedUpdateWithoutChangelogGamesInput>;
    where?: GuildGameConfigWhereInput;
}