Optionalcursor?: ClientWhereUniqueInputSets the position for searching for Clients.
Optionaldistinct?: Prisma.ClientScalarFieldEnum | Prisma.ClientScalarFieldEnum[]Filter by unique combinations of Clients.
Optionalinclude?: ClientInclude<ExtArgs> | nullChoose, which related nodes to fetch as well
Optionalomit?: ClientOmit<ExtArgs> | nullOmit specific fields from the Client
OptionalorderDetermine the order of Clients to fetch.
Optionalselect?: ClientSelect<ExtArgs> | nullSelect specific fields to fetch from the Client
Optionalskip?: numberSkip the first n Clients.
Optionaltake?: numberTake ±n Clients from the position of the cursor.
Optionalwhere?: ClientWhereInputFilter, which Client to fetch.
Client findFirst