DisBot
    Preparing search index...

    Type Alias PollsUpdateManyAndReturnArgs<ExtArgs>

    Polls updateManyAndReturn

    type PollsUpdateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<PollsUpdateManyMutationInput, PollsUncheckedUpdateManyInput>;
        include?: PollsIncludeUpdateManyAndReturn<ExtArgs> | null;
        limit?: number;
        omit?: PollsOmit<ExtArgs> | null;
        select?: PollsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: PollsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update Polls.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many Polls to update.

    omit?: PollsOmit<ExtArgs> | null

    Omit specific fields from the Polls

    Select specific fields to fetch from the Polls

    Filter which Polls to update