DisBot
    Preparing search index...

    Type Alias XPDropsUpdateManyAndReturnArgs<ExtArgs>

    XPDrops updateManyAndReturn

    type XPDropsUpdateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            XPDropsUpdateManyMutationInput,
            XPDropsUncheckedUpdateManyInput,
        >;
        include?: XPDropsIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: XPDropsOmit<ExtArgs> | null;
        select?: XPDropsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: XPDropsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update XPDrops.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many XPDrops to update.

    omit?: XPDropsOmit<ExtArgs> | null

    Omit specific fields from the XPDrops

    Select specific fields to fetch from the XPDrops

    Filter which XPDrops to update