DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorFindManyArgs<ExtArgs>

    VanityEmbedAuthor findMany

    type VanityEmbedAuthorFindManyArgs<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 listing 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 VanityEmbedAuthors to fetch.