DisBot
    Preparing search index...

    Type Alias PollOptionsFindFirstArgs<ExtArgs>

    PollOptions findFirst

    type PollOptionsFindFirstArgs<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

    Cursor Docs

    Sets the position for searching for PollOptions.

    Distinct Docs

    Filter by unique combinations of PollOptions.

    include?: PollOptionsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollOptionsOmit<ExtArgs> | null

    Omit specific fields from the PollOptions

    Sorting Docs

    Determine the order of PollOptions to fetch.

    select?: PollOptionsSelect<ExtArgs> | null

    Select specific fields to fetch from the PollOptions

    skip?: number

    Pagination Docs

    Skip the first n PollOptions.

    take?: number

    Pagination Docs

    Take ±n PollOptions from the position of the cursor.

    Filter, which PollOptions to fetch.