DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupFindManyArgs<ExtArgs>

    GuildWelcomeSetup findMany

    type GuildWelcomeSetupFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildWelcomeSetupWhereUniqueInput;
        distinct?:
            | Prisma.GuildWelcomeSetupScalarFieldEnum
            | Prisma.GuildWelcomeSetupScalarFieldEnum[];
        include?: GuildWelcomeSetupInclude<ExtArgs>
        | null;
        omit?: GuildWelcomeSetupOmit<ExtArgs> | null;
        orderBy?:
            | GuildWelcomeSetupOrderByWithRelationInput
            | GuildWelcomeSetupOrderByWithRelationInput[];
        select?: GuildWelcomeSetupSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildWelcomeSetupWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing GuildWelcomeSetups.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildWelcomeSetup

    Sorting Docs

    Determine the order of GuildWelcomeSetups to fetch.

    Select specific fields to fetch from the GuildWelcomeSetup

    skip?: number

    Pagination Docs

    Skip the first n GuildWelcomeSetups.

    take?: number

    Pagination Docs

    Take ±n GuildWelcomeSetups from the position of the cursor.

    Filter, which GuildWelcomeSetups to fetch.