DisBot
    Preparing search index...

    Type Alias ReactionRoleSelectmenuFindFirstArgs<ExtArgs>

    ReactionRoleSelectmenu findFirst

    type ReactionRoleSelectmenuFindFirstArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: ReactionRoleSelectmenuWhereUniqueInput;
        distinct?:
            | Prisma.ReactionRoleSelectmenuScalarFieldEnum
            | Prisma.ReactionRoleSelectmenuScalarFieldEnum[];
        include?: ReactionRoleSelectmenuInclude<ExtArgs>
        | null;
        omit?: ReactionRoleSelectmenuOmit<ExtArgs> | null;
        orderBy?:
            | ReactionRoleSelectmenuOrderByWithRelationInput
            | ReactionRoleSelectmenuOrderByWithRelationInput[];
        select?: ReactionRoleSelectmenuSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: ReactionRoleSelectmenuWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for ReactionRoleSelectmenus.

    Distinct Docs

    Filter by unique combinations of ReactionRoleSelectmenus.

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleSelectmenu

    Sorting Docs

    Determine the order of ReactionRoleSelectmenus to fetch.

    Select specific fields to fetch from the ReactionRoleSelectmenu

    skip?: number

    Pagination Docs

    Skip the first n ReactionRoleSelectmenus.

    take?: number

    Pagination Docs

    Take ±n ReactionRoleSelectmenus from the position of the cursor.

    Filter, which ReactionRoleSelectmenu to fetch.