DisBot
    Preparing search index...

    Type Alias GuildLogsUpsertArgs<ExtArgs>

    GuildLogs upsert

    Type Parameters

    Index

    Properties

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

    include?: GuildLogsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildLogsOmit<ExtArgs> | null

    Omit specific fields from the GuildLogs

    select?: GuildLogsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildLogs

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

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