DisBot
    Preparing search index...

    Type Alias GuildsFindManyArgs<ExtArgs>

    Guilds findMany

    type GuildsFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildsWhereUniqueInput;
        distinct?: Prisma.GuildsScalarFieldEnum | Prisma.GuildsScalarFieldEnum[];
        include?: GuildsInclude<ExtArgs> | null;
        omit?: GuildsOmit<ExtArgs> | null;
        orderBy?: GuildsOrderByWithRelationInput | GuildsOrderByWithRelationInput[];
        select?: GuildsSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: GuildsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing Guilds.

    include?: GuildsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildsOmit<ExtArgs> | null

    Omit specific fields from the Guilds

    Sorting Docs

    Determine the order of Guilds to fetch.

    select?: GuildsSelect<ExtArgs> | null

    Select specific fields to fetch from the Guilds

    skip?: number

    Pagination Docs

    Skip the first n Guilds.

    take?: number

    Pagination Docs

    Take ±n Guilds from the position of the cursor.

    Filter, which Guilds to fetch.