
Adding TypeScript Codegen to a Large GraphQL Schema
Adding TypeScript codegen increases the strength of your API contract and lessens the importance of unit tests, making your application both more stable and deploy more quickly. However, with large organizations and large schemas, implementing codegen after the fact can be challenging.







