Add comment about faking the 'gql' tag in the backend

This commit is contained in:
Wolfgang Huß 2022-08-03 11:49:46 +02:00
parent 2c402ba25b
commit 45558f06dd

View File

@ -1,3 +1,6 @@
// TODO: can be replaced with, which is no a fake:
// import gql from 'graphql-tag'
//* This is a fake ES2015 template string, just to benefit of syntax
// highlighting of `gql` template strings in certain editors.
export function gql(strings) {