Optionalcursor?: UserSessionWhereUniqueInputSets the position for searching for UserSessions.
Optionaldistinct?: Prisma.UserSessionScalarFieldEnum | Prisma.UserSessionScalarFieldEnum[]Filter by unique combinations of UserSessions.
Optionalinclude?: UserSessionInclude<ExtArgs> | nullChoose, which related nodes to fetch as well
Optionalomit?: UserSessionOmit<ExtArgs> | nullOmit specific fields from the UserSession
OptionalorderDetermine the order of UserSessions to fetch.
Optionalselect?: UserSessionSelect<ExtArgs> | nullSelect specific fields to fetch from the UserSession
Optionalskip?: numberSkip the first n UserSessions.
Optionaltake?: numberTake ±n UserSessions from the position of the cursor.
Optionalwhere?: UserSessionWhereInputFilter, which UserSession to fetch.
UserSession findFirstOrThrow