DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonFindManyArgs<ExtArgs>

    ReactionRoleButton findMany

    type ReactionRoleButtonFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: ReactionRoleButtonWhereUniqueInput;
        distinct?:
            | Prisma.ReactionRoleButtonScalarFieldEnum
            | Prisma.ReactionRoleButtonScalarFieldEnum[];
        include?: ReactionRoleButtonInclude<ExtArgs>
        | null;
        omit?: ReactionRoleButtonOmit<ExtArgs> | null;
        orderBy?:
            | ReactionRoleButtonOrderByWithRelationInput
            | ReactionRoleButtonOrderByWithRelationInput[];
        select?: ReactionRoleButtonSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: ReactionRoleButtonWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing ReactionRoleButtons.

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleButton

    Sorting Docs

    Determine the order of ReactionRoleButtons to fetch.

    Select specific fields to fetch from the ReactionRoleButton

    skip?: number

    Pagination Docs

    Skip the first n ReactionRoleButtons.

    take?: number

    Pagination Docs

    Take ±n ReactionRoleButtons from the position of the cursor.

    Filter, which ReactionRoleButtons to fetch.