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