DisBot
    Preparing search index...

    Type Alias VanityEmbedUpdateManyAndReturnArgs<ExtArgs>

    VanityEmbed updateManyAndReturn

    type VanityEmbedUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            VanityEmbedUpdateManyMutationInput,
            VanityEmbedUncheckedUpdateManyInput,
        >;
        include?: VanityEmbedIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: VanityEmbedOmit<ExtArgs> | null;
        select?: VanityEmbedSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: VanityEmbedWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update VanityEmbeds.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many VanityEmbeds to update.

    omit?: VanityEmbedOmit<ExtArgs> | null

    Omit specific fields from the VanityEmbed

    Select specific fields to fetch from the VanityEmbed

    Filter which VanityEmbeds to update