DisBot
    Preparing search index...

    Type Alias GuildLoggingFindFirstArgs<ExtArgs>

    GuildLogging findFirst

    type GuildLoggingFindFirstArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildLoggingWhereUniqueInput;
        distinct?:
            | Prisma.GuildLoggingScalarFieldEnum
            | Prisma.GuildLoggingScalarFieldEnum[];
        include?: GuildLoggingInclude<ExtArgs>
        | null;
        omit?: GuildLoggingOmit<ExtArgs> | null;
        orderBy?:
            | GuildLoggingOrderByWithRelationInput
            | GuildLoggingOrderByWithRelationInput[];
        select?: GuildLoggingSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildLoggingWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildLoggings.

    Distinct Docs

    Filter by unique combinations of GuildLoggings.

    include?: GuildLoggingInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildLoggingOmit<ExtArgs> | null

    Omit specific fields from the GuildLogging

    Sorting Docs

    Determine the order of GuildLoggings to fetch.

    select?: GuildLoggingSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildLogging

    skip?: number

    Pagination Docs

    Skip the first n GuildLoggings.

    take?: number

    Pagination Docs

    Take ±n GuildLoggings from the position of the cursor.

    Filter, which GuildLogging to fetch.