Y
Hacker News
new
|
ask
|
show
|
jobs
by
wpride
1882 days ago
Not OC but we generate the client types with Apollo codegen (
https://www.apollographql.com/blog/typescript-graphql-code-g...
) using the schema file generated by our NestJS backend
1 comments
nwienert
1882 days ago
Check out gqless which generates a full Typescript schema without any need for strings.
link