DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupFindManyArgs<ExtArgs>

    GuildLeaveSetup findMany

    type GuildLeaveSetupFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildLeaveSetupWhereUniqueInput;
        distinct?:
            | Prisma.GuildLeaveSetupScalarFieldEnum
            | Prisma.GuildLeaveSetupScalarFieldEnum[];
        include?: GuildLeaveSetupInclude<ExtArgs>
        | null;
        omit?: GuildLeaveSetupOmit<ExtArgs> | null;
        orderBy?:
            | GuildLeaveSetupOrderByWithRelationInput
            | GuildLeaveSetupOrderByWithRelationInput[];
        select?: GuildLeaveSetupSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildLeaveSetupWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing GuildLeaveSetups.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildLeaveSetup

    Sorting Docs

    Determine the order of GuildLeaveSetups to fetch.

    Select specific fields to fetch from the GuildLeaveSetup

    skip?: number

    Pagination Docs

    Skip the first n GuildLeaveSetups.

    take?: number

    Pagination Docs

    Take ±n GuildLeaveSetups from the position of the cursor.

    Filter, which GuildLeaveSetups to fetch.