DisBot
    Preparing search index...

    Type Alias VanitysFindFirstOrThrowArgs<ExtArgs>

    Vanitys findFirstOrThrow

    type VanitysFindFirstOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: VanitysWhereUniqueInput;
        distinct?: Prisma.VanitysScalarFieldEnum | Prisma.VanitysScalarFieldEnum[];
        include?: VanitysInclude<ExtArgs> | null;
        omit?: VanitysOmit<ExtArgs> | null;
        orderBy?:
            | VanitysOrderByWithRelationInput
            | VanitysOrderByWithRelationInput[];
        select?: VanitysSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: VanitysWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for Vanitys.

    Distinct Docs

    Filter by unique combinations of Vanitys.

    include?: VanitysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: VanitysOmit<ExtArgs> | null

    Omit specific fields from the Vanitys

    Sorting Docs

    Determine the order of Vanitys to fetch.

    select?: VanitysSelect<ExtArgs> | null

    Select specific fields to fetch from the Vanitys

    skip?: number

    Pagination Docs

    Skip the first n Vanitys.

    take?: number

    Pagination Docs

    Take ±n Vanitys from the position of the cursor.

    Filter, which Vanitys to fetch.