DisBot
    Preparing search index...

    Type Alias Polls$PollOptionsArgs<ExtArgs>

    Polls.PollOptions

    type Polls$PollOptionsArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: PollOptionsWhereUniqueInput;
        distinct?:
            | Prisma.PollOptionsScalarFieldEnum
            | Prisma.PollOptionsScalarFieldEnum[];
        include?: PollOptionsInclude<ExtArgs>
        | null;
        omit?: PollOptionsOmit<ExtArgs> | null;
        orderBy?:
            | PollOptionsOrderByWithRelationInput
            | PollOptionsOrderByWithRelationInput[];
        select?: PollOptionsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: PollOptionsWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: PollOptionsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollOptionsOmit<ExtArgs> | null

    Omit specific fields from the PollOptions

    select?: PollOptionsSelect<ExtArgs> | null

    Select specific fields to fetch from the PollOptions

    skip?: number
    take?: number