Hi Michael,
Glad this article helped!
The update_appsync_obj mutation object is the string representation of the mutation itself. For a simple example, just copy-paste the entire mutation from the AppSync editor, and put it in a string, like:
update_appsync_obj = ''' #mutation data here '''
Let me know if you need anything else!