DisBot
    Preparing search index...

    Type Alias GuildComponentManagerFindFirstArgs<ExtArgs>

    GuildComponentManager findFirst

    type GuildComponentManagerFindFirstArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: GuildComponentManagerWhereUniqueInput;
        distinct?:
            | Prisma.GuildComponentManagerScalarFieldEnum
            | Prisma.GuildComponentManagerScalarFieldEnum[];
        include?: GuildComponentManagerInclude<ExtArgs>
        | null;
        omit?: GuildComponentManagerOmit<ExtArgs> | null;
        orderBy?:
            | GuildComponentManagerOrderByWithRelationInput
            | GuildComponentManagerOrderByWithRelationInput[];
        select?: GuildComponentManagerSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildComponentManagerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildComponentManagers.

    Distinct Docs

    Filter by unique combinations of GuildComponentManagers.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildComponentManager

    Sorting Docs

    Determine the order of GuildComponentManagers to fetch.

    Select specific fields to fetch from the GuildComponentManager

    skip?: number

    Pagination Docs

    Skip the first n GuildComponentManagers.

    take?: number

    Pagination Docs

    Take ±n GuildComponentManagers from the position of the cursor.

    Filter, which GuildComponentManager to fetch.