DisBot
    Preparing search index...

    Type Alias VanitysUpdateManyAndReturnArgs<ExtArgs>

    Vanitys updateManyAndReturn

    type VanitysUpdateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            VanitysUpdateManyMutationInput,
            VanitysUncheckedUpdateManyInput,
        >;
        include?: VanitysIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: VanitysOmit<ExtArgs> | null;
        select?: VanitysSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: VanitysWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update Vanitys.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many Vanitys to update.

    omit?: VanitysOmit<ExtArgs> | null

    Omit specific fields from the Vanitys

    Select specific fields to fetch from the Vanitys

    Filter which Vanitys to update