DisBot
    Preparing search index...

    Type Alias LevelsUpsertArgs<ExtArgs>

    Levels upsert

    Type Parameters

    Index

    Properties

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

    include?: LevelsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: LevelsOmit<ExtArgs> | null

    Omit specific fields from the Levels

    select?: LevelsSelect<ExtArgs> | null

    Select specific fields to fetch from the Levels

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

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