DisBot
    Preparing search index...

    Type Alias GuildBackupsUpsertArgs<ExtArgs>

    GuildBackups upsert

    Type Parameters

    Index

    Properties

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

    include?: GuildBackupsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildBackupsOmit<ExtArgs> | null

    Omit specific fields from the GuildBackups

    select?: GuildBackupsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildBackups

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

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