DisBot
    Preparing search index...

    Type Alias UsersUpdateArgs<ExtArgs>

    Users update

    type UsersUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<UsersUpdateInput, UsersUncheckedUpdateInput>;
        include?: UsersInclude<ExtArgs> | null;
        omit?: UsersOmit<ExtArgs> | null;
        select?: UsersSelect<ExtArgs> | null;
        where: UsersWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a Users.

    include?: UsersInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: UsersOmit<ExtArgs> | null

    Omit specific fields from the Users

    select?: UsersSelect<ExtArgs> | null

    Select specific fields to fetch from the Users

    Choose, which Users to update.