You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem with tagged templates is that the types of their arguments aren't narrowed to string literal types (even though this is always possible) - see here, so ideally using some alternate syntax (e.g. a regular function call) would be better.
granted, my usecase is very nonstandard, since i'm only using apollo to fetch schemas and generate types, so i use a standard web request library rather than apollo client to execute queries
The text was updated successfully, but these errors were encountered:
see this for an example of one example workaround
the problem with tagged templates is that the types of their arguments aren't narrowed to string literal types (even though this is always possible) - see here, so ideally using some alternate syntax (e.g. a regular function call) would be better.
granted, my usecase is very nonstandard, since i'm only using apollo to fetch schemas and generate types, so i use a standard web request library rather than apollo client to execute queries
The text was updated successfully, but these errors were encountered: