Type Alias GuildRobloxGameUpdateWithWhereUniqueWithoutGameConfigInput

GuildRobloxGameUpdateWithWhereUniqueWithoutGameConfigInput: {
    data: XOR<GuildRobloxGameUpdateWithoutGameConfigInput, GuildRobloxGameUncheckedUpdateWithoutGameConfigInput>;
    where: GuildRobloxGameWhereUniqueInput;
}