DisBot
    Preparing search index...

    Type Alias GuildComponentManagerFindManyArgs<ExtArgs>

    GuildComponentManager findMany

    type GuildComponentManagerFindManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: GuildComponentManagerWhereUniqueInput;
        distinct?:
            | Prisma.GuildComponentManagerScalarFieldEnum
            | Prisma.GuildComponentManagerScalarFieldEnum[];
        include?: GuildComponentManagerInclude<ExtArgs>
        | null;
        omit?: GuildComponentManagerOmit<ExtArgs> | null;
        orderBy?:
            | GuildComponentManagerOrderByWithRelationInput
            | GuildComponentManagerOrderByWithRelationInput[];
        select?: GuildComponentManagerSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildComponentManagerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing GuildComponentManagers.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildComponentManager

    Sorting Docs

    Determine the order of GuildComponentManagers to fetch.

    Select specific fields to fetch from the GuildComponentManager

    skip?: number

    Pagination Docs

    Skip the first n GuildComponentManagers.

    take?: number

    Pagination Docs

    Take ±n GuildComponentManagers from the position of the cursor.

    Filter, which GuildComponentManagers to fetch.