DisBot
    Preparing search index...

    Type Alias PollsFindFirstOrThrowArgs<ExtArgs>

    Polls findFirstOrThrow

    type PollsFindFirstOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: PollsWhereUniqueInput;
        distinct?: Prisma.PollsScalarFieldEnum | Prisma.PollsScalarFieldEnum[];
        include?: PollsInclude<ExtArgs> | null;
        omit?: PollsOmit<ExtArgs> | null;
        orderBy?: PollsOrderByWithRelationInput | PollsOrderByWithRelationInput[];
        select?: PollsSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: PollsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for Polls.

    Distinct Docs

    Filter by unique combinations of Polls.

    include?: PollsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollsOmit<ExtArgs> | null

    Omit specific fields from the Polls

    Sorting Docs

    Determine the order of Polls to fetch.

    select?: PollsSelect<ExtArgs> | null

    Select specific fields to fetch from the Polls

    skip?: number

    Pagination Docs

    Skip the first n Polls.

    take?: number

    Pagination Docs

    Take ±n Polls from the position of the cursor.

    Filter, which Polls to fetch.