DisBot
    Preparing search index...

    Type Alias ReactionRoleSelectmenuFindManyArgs<ExtArgs>

    ReactionRoleSelectmenu findMany

    type ReactionRoleSelectmenuFindManyArgs<
        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 listing 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 ReactionRoleSelectmenus to fetch.