DisBot
    Preparing search index...

    Type Alias VanityEmbedFindFirstOrThrowArgs<ExtArgs>

    VanityEmbed findFirstOrThrow

    type VanityEmbedFindFirstOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: VanityEmbedWhereUniqueInput;
        distinct?:
            | Prisma.VanityEmbedScalarFieldEnum
            | Prisma.VanityEmbedScalarFieldEnum[];
        include?: VanityEmbedInclude<ExtArgs>
        | null;
        omit?: VanityEmbedOmit<ExtArgs> | null;
        orderBy?:
            | VanityEmbedOrderByWithRelationInput
            | VanityEmbedOrderByWithRelationInput[];
        select?: VanityEmbedSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: VanityEmbedWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for VanityEmbeds.

    Distinct Docs

    Filter by unique combinations of VanityEmbeds.

    include?: VanityEmbedInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: VanityEmbedOmit<ExtArgs> | null

    Omit specific fields from the VanityEmbed

    Sorting Docs

    Determine the order of VanityEmbeds to fetch.

    select?: VanityEmbedSelect<ExtArgs> | null

    Select specific fields to fetch from the VanityEmbed

    skip?: number

    Pagination Docs

    Skip the first n VanityEmbeds.

    take?: number

    Pagination Docs

    Take ±n VanityEmbeds from the position of the cursor.

    Filter, which VanityEmbed to fetch.