sikanhe / gqtx

Code-first Typescript GraphQL Server without codegen or metaprogramming
458 stars 13 forks source link

Please provide an ESM build #33

Closed schickling closed 3 years ago

schickling commented 3 years ago

Thanks for this nice and simple library. It would be great if you'd provide an ESM build of this library as well. (In case you're not familiar with how to do this, you can reference how Nexus is built.)

sikanhe commented 3 years ago

@schickling Good idea, will have that soon

sikanhe commented 3 years ago

Implemented in https://github.com/sikanhe/gqtx/pull/42