DisBot
    Preparing search index...

    Type Alias GuildChannelLinksFindManyArgs<ExtArgs>

    GuildChannelLinks findMany

    type GuildChannelLinksFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildChannelLinksWhereUniqueInput;
        distinct?:
            | Prisma.GuildChannelLinksScalarFieldEnum
            | Prisma.GuildChannelLinksScalarFieldEnum[];
        include?: GuildChannelLinksInclude<ExtArgs>
        | null;
        omit?: GuildChannelLinksOmit<ExtArgs> | null;
        orderBy?:
            | GuildChannelLinksOrderByWithRelationInput
            | GuildChannelLinksOrderByWithRelationInput[];
        select?: GuildChannelLinksSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildChannelLinksWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing GuildChannelLinks.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildChannelLinks

    Sorting Docs

    Determine the order of GuildChannelLinks to fetch.

    Select specific fields to fetch from the GuildChannelLinks

    skip?: number

    Pagination Docs

    Skip the first n GuildChannelLinks.

    take?: number

    Pagination Docs

    Take ±n GuildChannelLinks from the position of the cursor.

    Filter, which GuildChannelLinks to fetch.