Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 29, 2020 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/94663cbf3984282e1b804c4b5df8c79d to your computer and use it in GitHub Desktop.
Save alyssoncm/94663cbf3984282e1b804c4b5df8c79d to your computer and use it in GitHub Desktop.
subscription.on('update', todo => {
console.log(`todo ${todo.id} updated`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment