DisBot
    Preparing search index...

    Type Alias GuildLogsFindFirstOrThrowArgs<ExtArgs>

    GuildLogs findFirstOrThrow

    type GuildLogsFindFirstOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildLogsWhereUniqueInput;
        distinct?:
            | Prisma.GuildLogsScalarFieldEnum
            | Prisma.GuildLogsScalarFieldEnum[];
        include?: GuildLogsInclude<ExtArgs>
        | null;
        omit?: GuildLogsOmit<ExtArgs> | null;
        orderBy?:
            | GuildLogsOrderByWithRelationInput
            | GuildLogsOrderByWithRelationInput[];
        select?: GuildLogsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildLogsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildLogs.

    Distinct Docs

    Filter by unique combinations of GuildLogs.

    include?: GuildLogsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildLogsOmit<ExtArgs> | null

    Omit specific fields from the GuildLogs

    Sorting Docs

    Determine the order of GuildLogs to fetch.

    select?: GuildLogsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildLogs

    skip?: number

    Pagination Docs

    Skip the first n GuildLogs.

    take?: number

    Pagination Docs

    Take ±n GuildLogs from the position of the cursor.

    Filter, which GuildLogs to fetch.