Skip to content

Instantly share code, notes, and snippets.

@upvalue
Created July 10, 2018 03:20
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 upvalue/a10fd9651cc1d5e6c0d8e54fc44c6f3a to your computer and use it in GitHub Desktop.
Save upvalue/a10fd9651cc1d5e6c0d8e54fc44c6f3a to your computer and use it in GitHub Desktop.
Empty gql tag to get VSCode IDE features without any library dependencies
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