DisBot
    Preparing search index...

    Type Alias GuildLoggingUpdateManyAndReturnArgs<ExtArgs>

    GuildLogging updateManyAndReturn

    type GuildLoggingUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildLoggingUpdateManyMutationInput,
            GuildLoggingUncheckedUpdateManyInput,
        >;
        include?: GuildLoggingIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildLoggingOmit<ExtArgs> | null;
        select?: GuildLoggingSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildLoggingWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildLoggings.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildLoggings to update.

    omit?: GuildLoggingOmit<ExtArgs> | null

    Omit specific fields from the GuildLogging

    Select specific fields to fetch from the GuildLogging

    Filter which GuildLoggings to update