DisBot
    Preparing search index...

    Type Alias TicketFeedbackFindManyArgs<ExtArgs>

    TicketFeedback findMany

    type TicketFeedbackFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: TicketFeedbackWhereUniqueInput;
        distinct?:
            | Prisma.TicketFeedbackScalarFieldEnum
            | Prisma.TicketFeedbackScalarFieldEnum[];
        include?: TicketFeedbackInclude<ExtArgs>
        | null;
        omit?: TicketFeedbackOmit<ExtArgs> | null;
        orderBy?:
            | TicketFeedbackOrderByWithRelationInput
            | TicketFeedbackOrderByWithRelationInput[];
        select?: TicketFeedbackSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: TicketFeedbackWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing TicketFeedbacks.

    include?: TicketFeedbackInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the TicketFeedback

    Sorting Docs

    Determine the order of TicketFeedbacks to fetch.

    select?: TicketFeedbackSelect<ExtArgs> | null

    Select specific fields to fetch from the TicketFeedback

    skip?: number

    Pagination Docs

    Skip the first n TicketFeedbacks.

    take?: number

    Pagination Docs

    Take ±n TicketFeedbacks from the position of the cursor.

    Filter, which TicketFeedbacks to fetch.