timkendall / tql

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

Codegen ignores scalar list input types #93

Closed timkendall closed 2 years ago

timkendall commented 2 years ago

ex. Query.foods(ids: [ID!]!): [Food] gets translated to foods(ids: string): ...