DisBot
    Preparing search index...

    Type Alias PollAnswersCreateArgs<ExtArgs>

    PollAnswers create

    type PollAnswersCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<PollAnswersCreateInput, PollAnswersUncheckedCreateInput>;
        include?: PollAnswersInclude<ExtArgs> | null;
        omit?: PollAnswersOmit<ExtArgs> | null;
        select?: PollAnswersSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a PollAnswers.

    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