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