DisBot
    Preparing search index...

    Type Alias PollsFindUniqueOrThrowArgs<ExtArgs>

    Polls findUniqueOrThrow

    type PollsFindUniqueOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: PollsInclude<ExtArgs> | null;
        omit?: PollsOmit<ExtArgs> | null;
        select?: PollsSelect<ExtArgs> | null;
        where: PollsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: PollsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollsOmit<ExtArgs> | null

    Omit specific fields from the Polls

    select?: PollsSelect<ExtArgs> | null

    Select specific fields to fetch from the Polls

    Filter, which Polls to fetch.