DisBot
    Preparing search index...

    Type Alias ReactionRoleSelectmenuUpsertArgs<ExtArgs>

    ReactionRoleSelectmenu upsert

    type ReactionRoleSelectmenuUpsertArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        create: XOR<
            ReactionRoleSelectmenuCreateInput,
            ReactionRoleSelectmenuUncheckedCreateInput,
        >;
        include?: ReactionRoleSelectmenuInclude<ExtArgs>
        | null;
        omit?: ReactionRoleSelectmenuOmit<ExtArgs> | null;
        select?: ReactionRoleSelectmenuSelect<ExtArgs> | null;
        update: XOR<
            ReactionRoleSelectmenuUpdateInput,
            ReactionRoleSelectmenuUncheckedUpdateInput,
        >;
        where: ReactionRoleSelectmenuWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

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

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleSelectmenu

    Select specific fields to fetch from the ReactionRoleSelectmenu

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

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