DisBot
    Preparing search index...

    Type Alias PollOptionsUpdateManyArgs<ExtArgs>

    PollOptions updateMany

    type PollOptionsUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            PollOptionsUpdateManyMutationInput,
            PollOptionsUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: PollOptionsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update PollOptions.

    limit?: number

    Limit how many PollOptions to update.

    Filter which PollOptions to update