Created
January 16, 2019 20:15
-
-
Save chsami/07d4c842d28028d141a0b64b47e4cb48 to your computer and use it in GitHub Desktop.
strip javascript property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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