DisBot
    Preparing search index...

    Type Alias VanityAnalyticFindFirstOrThrowArgs<ExtArgs>

    VanityAnalytic findFirstOrThrow

    type VanityAnalyticFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: VanityAnalyticWhereUniqueInput;
        distinct?:
            | Prisma.VanityAnalyticScalarFieldEnum
            | Prisma.VanityAnalyticScalarFieldEnum[];
        include?: VanityAnalyticInclude<ExtArgs>
        | null;
        omit?: VanityAnalyticOmit<ExtArgs> | null;
        orderBy?:
            | VanityAnalyticOrderByWithRelationInput
            | VanityAnalyticOrderByWithRelationInput[];
        select?: VanityAnalyticSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: VanityAnalyticWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for VanityAnalytics.

    Distinct Docs

    Filter by unique combinations of VanityAnalytics.

    include?: VanityAnalyticInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the VanityAnalytic

    Sorting Docs

    Determine the order of VanityAnalytics to fetch.

    select?: VanityAnalyticSelect<ExtArgs> | null

    Select specific fields to fetch from the VanityAnalytic

    skip?: number

    Pagination Docs

    Skip the first n VanityAnalytics.

    take?: number

    Pagination Docs

    Take ±n VanityAnalytics from the position of the cursor.

    Filter, which VanityAnalytic to fetch.