So this will be used for the codegen in svelte soon, and the generated code quality looks promising :-)
I am having a look at https://graphql-code-generator.com/ which primarily outputs TS code and the codegen code itself looks quite horrible. My own https://github.com/eversport/intl-codegen outputting both JS and TS separately also is not that pretty.
So anyway, what I wanted to ask is: Is TS support possible with the architecture? Is it planned? Would be really awesome if I could use the same convenience to generate type annotations, and interface declarations, etc…
So this will be used for the codegen in svelte soon, and the generated code quality looks promising :-)
I am having a look at https://graphql-code-generator.com/ which primarily outputs TS code and the codegen code itself looks quite horrible. My own https://github.com/eversport/intl-codegen outputting both JS and TS separately also is not that pretty.
So anyway, what I wanted to ask is: Is TS support possible with the architecture? Is it planned? Would be really awesome if I could use the same convenience to generate type annotations, and
interfacedeclarations, etc…