DisBot
    Preparing search index...

    Type Alias Polls$PollAnswersArgs<ExtArgs>

    Polls.PollAnswers

    type Polls$PollAnswersArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: PollAnswersWhereUniqueInput;
        distinct?:
            | Prisma.PollAnswersScalarFieldEnum
            | Prisma.PollAnswersScalarFieldEnum[];
        include?: PollAnswersInclude<ExtArgs>
        | null;
        omit?: PollAnswersOmit<ExtArgs> | null;
        orderBy?:
            | PollAnswersOrderByWithRelationInput
            | PollAnswersOrderByWithRelationInput[];
        select?: PollAnswersSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: PollAnswersWhereInput;
    }

    Type Parameters

    Index

    Properties

    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

    skip?: number
    take?: number