Created
July 10, 2018 03:20
-
-
Save upvalue/a10fd9651cc1d5e6c0d8e54fc44c6f3a to your computer and use it in GitHub Desktop.
Empty gql tag to get VSCode IDE features without any library dependencies
This file contains 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
const gql = (strings: ReadonlyArray<string>) => { | |
return strings.join(''); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment