Optionalcursor?: UserWhereUniqueInputSets the position for searching for Users.
Optionaldistinct?: Prisma.UserScalarFieldEnum | Prisma.UserScalarFieldEnum[]Filter by unique combinations of Users.
Optionalinclude?: UserInclude<ExtArgs> | nullChoose, which related nodes to fetch as well
Optionalomit?: UserOmit<ExtArgs> | nullOmit specific fields from the User
OptionalorderDetermine the order of Users to fetch.
Optionalselect?: UserSelect<ExtArgs> | nullSelect specific fields to fetch from the User
Optionalskip?: numberSkip the first n Users.
Optionaltake?: numberTake ±n Users from the position of the cursor.
Optionalwhere?: UserWhereInputFilter, which User to fetch.
User findFirstOrThrow