3 Replies
Yep, as do patch and replace. If you don't want to throw an error (or you want to throw it to the client as ConvexError), you can catch the error or check for existence transactionally with a db.get
Cool, just double checking 👍
Would be good to have that info in the api docs
TIL ConvexError... it's so useful for parsing the error on the client side. kicking myself for not finding out earlier 🤦♂️