DisBot
    Preparing search index...

    Type Alias GuildLoggingUpdateManyArgs<ExtArgs>

    GuildLogging updateMany

    type GuildLoggingUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildLoggingUpdateManyMutationInput,
            GuildLoggingUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildLoggingWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildLoggings.

    limit?: number

    Limit how many GuildLoggings to update.

    Filter which GuildLoggings to update