DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupFindFirstOrThrowArgs<ExtArgs>

    GuildWelcomeSetup findFirstOrThrow

    type GuildWelcomeSetupFindFirstOrThrowArgs<
        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 searching for GuildWelcomeSetups.

    Distinct Docs

    Filter by unique combinations of 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 GuildWelcomeSetup to fetch.