DisBot
    Preparing search index...

    Type Alias XPDropsFindFirstOrThrowArgs<ExtArgs>

    XPDrops findFirstOrThrow

    type XPDropsFindFirstOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: XPDropsWhereUniqueInput;
        distinct?: Prisma.XPDropsScalarFieldEnum | Prisma.XPDropsScalarFieldEnum[];
        include?: XPDropsInclude<ExtArgs> | null;
        omit?: XPDropsOmit<ExtArgs> | null;
        orderBy?:
            | XPDropsOrderByWithRelationInput
            | XPDropsOrderByWithRelationInput[];
        select?: XPDropsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: XPDropsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for XPDrops.

    Distinct Docs

    Filter by unique combinations of XPDrops.

    include?: XPDropsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: XPDropsOmit<ExtArgs> | null

    Omit specific fields from the XPDrops

    Sorting Docs

    Determine the order of XPDrops to fetch.

    select?: XPDropsSelect<ExtArgs> | null

    Select specific fields to fetch from the XPDrops

    skip?: number

    Pagination Docs

    Skip the first n XPDrops.

    take?: number

    Pagination Docs

    Take ±n XPDrops from the position of the cursor.

    Filter, which XPDrops to fetch.