Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the
gql
tagged template literal types
The `gql` types were originally taken from https://github.com/apollographql/graphql-tag/blob/50a850e484a60d95ddb99801c39785031e55b7a2/index.d.ts, but those don't seem to be quite right, since the first argument of a tagged template function is always an array of strings. Adjusting to be more specific (thanks for catching this @benjamn).
- Loading branch information