DisBot
    Preparing search index...

    Type Alias ApisUpdateManyArgs<ExtArgs>

    Apis updateMany

    type ApisUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<ApisUpdateManyMutationInput, ApisUncheckedUpdateManyInput>;
        limit?: number;
        where?: ApisWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update Apis.

    limit?: number

    Limit how many Apis to update.

    Filter which Apis to update