timkendall / tql

A GraphQL query builder for TypeScript. Avoid the pain of codegen.
https://tql.dev
MIT License
133 stars 6 forks source link

Typescript errors in generated code #107

Closed lorefnon closed 2 years ago

lorefnon commented 2 years ago

Thanks for creating this project - love the api.

When I try to use this with latest ts (4.6.3) and graphql (16.3.0) deps, I run into a bunch of type errors in the generated code:

The primary issue is that all the kind members fail to type-check as assignment of string to enum value is not permitted (even though the value is same)

image

The other issue is specified to "isolatedModules": true tsconfig option:

image