DisBot
    Preparing search index...

    Type Alias PollOptionsUpdateManyAndReturnArgs<ExtArgs>

    PollOptions updateManyAndReturn

    type PollOptionsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            PollOptionsUpdateManyMutationInput,
            PollOptionsUncheckedUpdateManyInput,
        >;
        include?: PollOptionsIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: PollOptionsOmit<ExtArgs> | null;
        select?: PollOptionsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: PollOptionsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update PollOptions.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many PollOptions to update.

    omit?: PollOptionsOmit<ExtArgs> | null

    Omit specific fields from the PollOptions

    Select specific fields to fetch from the PollOptions

    Filter which PollOptions to update