DisBot
    Preparing search index...

    Type Alias XPStreaksUpsertArgs<ExtArgs>

    XPStreaks upsert

    Type Parameters

    Index

    Properties

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

    include?: XPStreaksInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: XPStreaksOmit<ExtArgs> | null

    Omit specific fields from the XPStreaks

    select?: XPStreaksSelect<ExtArgs> | null

    Select specific fields to fetch from the XPStreaks

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

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