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