In case the TwitchGame found by the where argument doesn't exist, create a new TwitchGame with this data.
Optionalomit?: TwitchGameOmit<ExtArgs> | nullOmit specific fields from the TwitchGame
Optionalselect?: TwitchGameSelect<ExtArgs> | nullSelect specific fields to fetch from the TwitchGame
In case the TwitchGame was found with the provided where argument, update it with this data.
The filter to search for the TwitchGame to update in case it exists.
TwitchGame upsert