DisBot
    Preparing search index...

    Type Alias GuildCommandMangerFindManyArgs<ExtArgs>

    GuildCommandManger findMany

    type GuildCommandMangerFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildCommandMangerWhereUniqueInput;
        distinct?:
            | Prisma.GuildCommandMangerScalarFieldEnum
            | Prisma.GuildCommandMangerScalarFieldEnum[];
        include?: GuildCommandMangerInclude<ExtArgs>
        | null;
        omit?: GuildCommandMangerOmit<ExtArgs> | null;
        orderBy?:
            | GuildCommandMangerOrderByWithRelationInput
            | GuildCommandMangerOrderByWithRelationInput[];
        select?: GuildCommandMangerSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildCommandMangerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing GuildCommandMangers.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildCommandManger

    Sorting Docs

    Determine the order of GuildCommandMangers to fetch.

    Select specific fields to fetch from the GuildCommandManger

    skip?: number

    Pagination Docs

    Skip the first n GuildCommandMangers.

    take?: number

    Pagination Docs

    Take ±n GuildCommandMangers from the position of the cursor.

    Filter, which GuildCommandMangers to fetch.