DisBot
    Preparing search index...

    Type Alias PollsUpdateArgs<ExtArgs>

    Polls update

    type PollsUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<PollsUpdateInput, PollsUncheckedUpdateInput>;
        include?: PollsInclude<ExtArgs> | null;
        omit?: PollsOmit<ExtArgs> | null;
        select?: PollsSelect<ExtArgs> | null;
        where: PollsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a Polls.

    include?: PollsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollsOmit<ExtArgs> | null

    Omit specific fields from the Polls

    select?: PollsSelect<ExtArgs> | null

    Select specific fields to fetch from the Polls

    Choose, which Polls to update.