DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsUpsertArgs<ExtArgs>

    GuildYoutubeNotifications upsert

    type GuildYoutubeNotificationsUpsertArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        create: XOR<
            GuildYoutubeNotificationsCreateInput,
            GuildYoutubeNotificationsUncheckedCreateInput,
        >;
        include?: GuildYoutubeNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildYoutubeNotificationsOmit<ExtArgs> | null;
        select?: GuildYoutubeNotificationsSelect<ExtArgs> | null;
        update: XOR<
            GuildYoutubeNotificationsUpdateInput,
            GuildYoutubeNotificationsUncheckedUpdateInput,
        >;
        where: GuildYoutubeNotificationsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    In case the GuildYoutubeNotifications found by the where argument doesn't exist, create a new GuildYoutubeNotifications with this data.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildYoutubeNotifications

    Select specific fields to fetch from the GuildYoutubeNotifications

    In case the GuildYoutubeNotifications was found with the provided where argument, update it with this data.

    The filter to search for the GuildYoutubeNotifications to update in case it exists.