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