DisBot
    Preparing search index...

    Type Alias ApisUpdateManyAndReturnArgs<ExtArgs>

    Apis updateManyAndReturn

    type ApisUpdateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<ApisUpdateManyMutationInput, ApisUncheckedUpdateManyInput>;
        include?: ApisIncludeUpdateManyAndReturn<ExtArgs> | null;
        limit?: number;
        omit?: ApisOmit<ExtArgs> | null;
        select?: ApisSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: ApisWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update Apis.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many Apis to update.

    omit?: ApisOmit<ExtArgs> | null

    Omit specific fields from the Apis

    Select specific fields to fetch from the Apis

    Filter which Apis to update