In graphql-codegen Is There Any Way to Make Generated Types Derive From a Common Type?

In graphql-codegen Is There Any Way to Make Generated Types Derive From a Common Type?

I am generating Typescript types from a GraphQL API using the graphql-codegen package. It works great … except that it makes types like these:

 

Read More