You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use apollo-tooling (Apollo Codegen) to generate Typescript typings for all of our queries based on the schema. However, Apollo Codegen seems unmaintained for some time now and there are some issues with it. (generating interfaces instead of types, a lot of types duplication, weird types for some queries/unions). At some point we should switch to https://github.com/dotansimha/graphql-code-generator instead - it's much better maintained and offers much more features. There is a proposal to actually move Apollo Codegen to that library but doesn't seem to be moving forward. More details and possible migration guide here - apollographql/apollo-tooling#2053
The text was updated successfully, but these errors were encountered:
Currently, we use
apollo-tooling
(Apollo Codegen) to generate Typescript typings for all of our queries based on the schema. However, Apollo Codegen seems unmaintained for some time now and there are some issues with it. (generating interfaces instead of types, a lot of types duplication, weird types for some queries/unions). At some point we should switch to https://github.com/dotansimha/graphql-code-generator instead - it's much better maintained and offers much more features. There is a proposal to actually move Apollo Codegen to that library but doesn't seem to be moving forward. More details and possible migration guide here - apollographql/apollo-tooling#2053The text was updated successfully, but these errors were encountered: