About
-
Working efficiently with GraphQL-CodeGen types in TypeScript
von
In our project, we’re using GraphQL, and we’re using graphql-codegen to generate types for our queries. While this is very convenient, it’s almost impossible to extract sub-types from these generated types. Let me explain.