DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonFindFirstArgs<ExtArgs>

    ReactionRoleButton findFirst

    type ReactionRoleButtonFindFirstArgs<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 searching for ReactionRoleButtons.

    Distinct Docs

    Filter by unique combinations of 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 ReactionRoleButton to fetch.