DisBot
    Preparing search index...

    Type Alias GuildsUpsertArgs<ExtArgs>

    Guilds upsert

    Type Parameters

    Index

    Properties

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

    include?: GuildsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildsOmit<ExtArgs> | null

    Omit specific fields from the Guilds

    select?: GuildsSelect<ExtArgs> | null

    Select specific fields to fetch from the Guilds

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

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