DisBot
    Preparing search index...

    Type Alias GuildCommandMangerFindFirstArgs<ExtArgs>

    GuildCommandManger findFirst

    type GuildCommandMangerFindFirstArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildCommandMangerWhereUniqueInput;
        distinct?:
            | Prisma.GuildCommandMangerScalarFieldEnum
            | Prisma.GuildCommandMangerScalarFieldEnum[];
        include?: GuildCommandMangerInclude<ExtArgs>
        | null;
        omit?: GuildCommandMangerOmit<ExtArgs> | null;
        orderBy?:
            | GuildCommandMangerOrderByWithRelationInput
            | GuildCommandMangerOrderByWithRelationInput[];
        select?: GuildCommandMangerSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildCommandMangerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildCommandMangers.

    Distinct Docs

    Filter by unique combinations of GuildCommandMangers.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildCommandManger

    Sorting Docs

    Determine the order of GuildCommandMangers to fetch.

    Select specific fields to fetch from the GuildCommandManger

    skip?: number

    Pagination Docs

    Skip the first n GuildCommandMangers.

    take?: number

    Pagination Docs

    Take ±n GuildCommandMangers from the position of the cursor.

    Filter, which GuildCommandManger to fetch.