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