DisBot
    Preparing search index...

    Type Alias GuildLoggingUpsertArgs<ExtArgs>

    GuildLogging upsert

    Type Parameters

    Index

    Properties

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

    include?: GuildLoggingInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildLoggingOmit<ExtArgs> | null

    Omit specific fields from the GuildLogging

    select?: GuildLoggingSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildLogging

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

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