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