DisBot
    Preparing search index...

    Type Alias PollAnswersCreateManyAndReturnArgs<ExtArgs>

    PollAnswers createManyAndReturn

    type PollAnswersCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: PollAnswersCreateManyInput | PollAnswersCreateManyInput[];
        include?: PollAnswersIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: PollAnswersOmit<ExtArgs> | null;
        select?: PollAnswersSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many PollAnswers.

    Choose, which related nodes to fetch as well

    omit?: PollAnswersOmit<ExtArgs> | null

    Omit specific fields from the PollAnswers

    Select specific fields to fetch from the PollAnswers

    skipDuplicates?: boolean