DisBot
    Preparing search index...

    Type Alias GuildLogsUpdateManyArgs<ExtArgs>

    GuildLogs updateMany

    type GuildLogsUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildLogsUpdateManyMutationInput,
            GuildLogsUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildLogsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildLogs.

    limit?: number

    Limit how many GuildLogs to update.

    Filter which GuildLogs to update