DisBot
    Preparing search index...

    Type Alias PollAnswersUpsertArgs<ExtArgs>

    PollAnswers upsert

    Type Parameters

    Index

    Properties

    In case the PollAnswers found by the where argument doesn't exist, create a new PollAnswers with this data.

    include?: PollAnswersInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollAnswersOmit<ExtArgs> | null

    Omit specific fields from the PollAnswers

    select?: PollAnswersSelect<ExtArgs> | null

    Select specific fields to fetch from the PollAnswers

    In case the PollAnswers was found with the provided where argument, update it with this data.

    The filter to search for the PollAnswers to update in case it exists.