8 ms·
Not OC but we generate the client types with Apollo codegen (https://www.apollographql.com/blog/typescript-graphql-code-generator-generate-graphql-types-with-ap
by wpride 5y ago
Not OC but we generate the client types with Apollo codegen (https://www.apollographql.com/blog/typescript-graphql-code-generator-generate-graphql-types-with-apollo-codegen-tutorial/ https://www.apollographql.com/blog/typescript-graphql-code-g...) using the schema file generated by our NestJS backend
- nwienert 5y agoCheck out gqless which generates a full Typescript schema without any need for strings.