DisBot
    Preparing search index...

    Type Alias PollsUpdateManyArgs<ExtArgs>

    Polls updateMany

    type PollsUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<PollsUpdateManyMutationInput, PollsUncheckedUpdateManyInput>;
        limit?: number;
        where?: PollsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update Polls.

    limit?: number

    Limit how many Polls to update.

    Filter which Polls to update