helios1138/graphql-typed-client

Suggestion: Generate client from TypeGraphql models

ozyman42 opened this issue · 2 comments

TypeGraphql models could be shared between client and server, this library could use the model files to generate a typed client without the need of a running server.

@alexleung Not sure I understand. Technically this library does not need running a server, only that you have a schema available somehow and a way to execute it

Nevermind. I didn't notice that there was a -s option.