DisBot
    Preparing search index...

    Type Alias XPDropsUpdateArgs<ExtArgs>

    XPDrops update

    type XPDropsUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<XPDropsUpdateInput, XPDropsUncheckedUpdateInput>;
        include?: XPDropsInclude<ExtArgs> | null;
        omit?: XPDropsOmit<ExtArgs> | null;
        select?: XPDropsSelect<ExtArgs> | null;
        where: XPDropsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a XPDrops.

    include?: XPDropsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: XPDropsOmit<ExtArgs> | null

    Omit specific fields from the XPDrops

    select?: XPDropsSelect<ExtArgs> | null

    Select specific fields to fetch from the XPDrops

    Choose, which XPDrops to update.