Skip to content

Instantly share code, notes, and snippets.

@chsami
Created January 16, 2019 20:15
Show Gist options
  • Save chsami/07d4c842d28028d141a0b64b47e4cb48 to your computer and use it in GitHub Desktop.
Save chsami/07d4c842d28028d141a0b64b47e4cb48 to your computer and use it in GitHub Desktop.
strip javascript property
this.blogs.forEach((blog: any) => { delete blog.__typename; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment