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