DisBot
    Preparing search index...

    Type Alias PollAnswersUpdateManyArgs<ExtArgs>

    PollAnswers updateMany

    type PollAnswersUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            PollAnswersUpdateManyMutationInput,
            PollAnswersUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: PollAnswersWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update PollAnswers.

    limit?: number

    Limit how many PollAnswers to update.

    Filter which PollAnswers to update