Suggestion: Generate client from TypeGraphql models
ozyman42 opened this issue · 2 comments
ozyman42 commented
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.
helios1138 commented
@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
ozyman42 commented
Nevermind. I didn't notice that there was a -s
option.