DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorFindFirstArgs<ExtArgs>

    VanityEmbedAuthor findFirst

    type VanityEmbedAuthorFindFirstArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: VanityEmbedAuthorWhereUniqueInput;
        distinct?:
            | Prisma.VanityEmbedAuthorScalarFieldEnum
            | Prisma.VanityEmbedAuthorScalarFieldEnum[];
        include?: VanityEmbedAuthorInclude<ExtArgs>
        | null;
        omit?: VanityEmbedAuthorOmit<ExtArgs> | null;
        orderBy?:
            | VanityEmbedAuthorOrderByWithRelationInput
            | VanityEmbedAuthorOrderByWithRelationInput[];
        select?: VanityEmbedAuthorSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: VanityEmbedAuthorWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for VanityEmbedAuthors.

    Distinct Docs

    Filter by unique combinations of VanityEmbedAuthors.

    Choose, which related nodes to fetch as well

    Omit specific fields from the VanityEmbedAuthor

    Sorting Docs

    Determine the order of VanityEmbedAuthors to fetch.

    Select specific fields to fetch from the VanityEmbedAuthor

    skip?: number

    Pagination Docs

    Skip the first n VanityEmbedAuthors.

    take?: number

    Pagination Docs

    Take ±n VanityEmbedAuthors from the position of the cursor.

    Filter, which VanityEmbedAuthor to fetch.