DisBot
    Preparing search index...

    Type Alias GuildChannelLinksUpdateManyAndReturnArgs<ExtArgs>

    GuildChannelLinks updateManyAndReturn

    type GuildChannelLinksUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildChannelLinksUpdateManyMutationInput,
            GuildChannelLinksUncheckedUpdateManyInput,
        >;
        include?: GuildChannelLinksIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildChannelLinksOmit<ExtArgs> | null;
        select?: GuildChannelLinksSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildChannelLinksWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildChannelLinks.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildChannelLinks to update.

    Omit specific fields from the GuildChannelLinks

    Select specific fields to fetch from the GuildChannelLinks

    Filter which GuildChannelLinks to update