DisBot
    Preparing search index...

    Type Alias ApisUpsertArgs<ExtArgs>

    Apis upsert

    Type Parameters

    Index

    Properties

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

    include?: ApisInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: ApisOmit<ExtArgs> | null

    Omit specific fields from the Apis

    select?: ApisSelect<ExtArgs> | null

    Select specific fields to fetch from the Apis

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

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