DisBot
    Preparing search index...

    Type Alias GuildAutoRolesFindManyArgs<ExtArgs>

    GuildAutoRoles findMany

    type GuildAutoRolesFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildAutoRolesWhereUniqueInput;
        distinct?:
            | Prisma.GuildAutoRolesScalarFieldEnum
            | Prisma.GuildAutoRolesScalarFieldEnum[];
        include?: GuildAutoRolesInclude<ExtArgs>
        | null;
        omit?: GuildAutoRolesOmit<ExtArgs> | null;
        orderBy?:
            | GuildAutoRolesOrderByWithRelationInput
            | GuildAutoRolesOrderByWithRelationInput[];
        select?: GuildAutoRolesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildAutoRolesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing GuildAutoRoles.

    include?: GuildAutoRolesInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildAutoRoles

    Sorting Docs

    Determine the order of GuildAutoRoles to fetch.

    select?: GuildAutoRolesSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildAutoRoles

    skip?: number

    Pagination Docs

    Skip the first n GuildAutoRoles.

    take?: number

    Pagination Docs

    Take ±n GuildAutoRoles from the position of the cursor.

    Filter, which GuildAutoRoles to fetch.