DisBot
    Preparing search index...

    Type Alias ApisUpdateArgs<ExtArgs>

    Apis update

    type ApisUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<ApisUpdateInput, ApisUncheckedUpdateInput>;
        include?: ApisInclude<ExtArgs> | null;
        omit?: ApisOmit<ExtArgs> | null;
        select?: ApisSelect<ExtArgs> | null;
        where: ApisWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a Apis.

    include?: ApisInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: ApisOmit<ExtArgs> | null

    Omit specific fields from the Apis

    select?: ApisSelect<ExtArgs> | null

    Select specific fields to fetch from the Apis

    Choose, which Apis to update.