DisBot
    Preparing search index...

    Type Alias XPDropsUpsertArgs<ExtArgs>

    XPDrops upsert

    Type Parameters

    Index

    Properties

    In case the XPDrops found by the where argument doesn't exist, create a new XPDrops with this data.

    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

    In case the XPDrops was found with the provided where argument, update it with this data.

    The filter to search for the XPDrops to update in case it exists.