DisBot
    Preparing search index...

    Type Alias GuildChannelLinksUpdateArgs<ExtArgs>

    GuildChannelLinks update

    type GuildChannelLinksUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildChannelLinksUpdateInput,
            GuildChannelLinksUncheckedUpdateInput,
        >;
        include?: GuildChannelLinksInclude<ExtArgs>
        | null;
        omit?: GuildChannelLinksOmit<ExtArgs> | null;
        select?: GuildChannelLinksSelect<ExtArgs> | null;
        where: GuildChannelLinksWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a GuildChannelLinks.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildChannelLinks

    Select specific fields to fetch from the GuildChannelLinks

    Choose, which GuildChannelLinks to update.