In case the UserSession found by the where argument doesn't exist, create a new UserSession with this data.
Optionalinclude?: UserSessionInclude<ExtArgs> | nullChoose, which related nodes to fetch as well
Optionalomit?: UserSessionOmit<ExtArgs> | nullOmit specific fields from the UserSession
Optionalselect?: UserSessionSelect<ExtArgs> | nullSelect specific fields to fetch from the UserSession
In case the UserSession was found with the provided where argument, update it with this data.
The filter to search for the UserSession to update in case it exists.
UserSession upsert