DisBot
    Preparing search index...

    Type Alias ApisFindManyArgs<ExtArgs>

    Apis findMany

    type ApisFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: ApisWhereUniqueInput;
        distinct?: Prisma.ApisScalarFieldEnum | Prisma.ApisScalarFieldEnum[];
        include?: ApisInclude<ExtArgs> | null;
        omit?: ApisOmit<ExtArgs> | null;
        orderBy?: ApisOrderByWithRelationInput | ApisOrderByWithRelationInput[];
        select?: ApisSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: ApisWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing Apis.

    include?: ApisInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: ApisOmit<ExtArgs> | null

    Omit specific fields from the Apis

    Sorting Docs

    Determine the order of Apis to fetch.

    select?: ApisSelect<ExtArgs> | null

    Select specific fields to fetch from the Apis

    skip?: number

    Pagination Docs

    Skip the first n Apis.

    take?: number

    Pagination Docs

    Take ±n Apis from the position of the cursor.

    Filter, which Apis to fetch.