Replies: 1 comment 1 reply
-
Hi @ikusakov2 , Could you please share a scenario where these utilities type block the migration? For context, there is an issue to help with migrating from Apollo tooling to Codegen, and it seems to work with majority of users: apollographql/apollo-tooling#2053 Happy to chat more to understand your use case! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @dotansimha, @eddeee888,
We are currently migrating our project from Apollo Tooling to GraphQL Codegen. Our codebase is quite large, so to ensure a smooth transition, we are not yet adopting the new custom types (
Maybe
,InputMaybe
,Scalars
,Exact
).To accommodate this, we have implemented changes as a patch to the existing GraphQL Codegen plugins. However, it would be ideal if these features became part of the official plugins. For example, we envision config options such as:
The changes will be for
typescript-operations
plugin andnear-operation-file
preset.Our company is willing to sponsor the work required to productize this for the open source version.
Are you open to reviewing and potentially including such a pull request?
Our aim is to make it easier and more incremental to migrate away from Apollo Tooling to GraphQL Codegen - which will hopefully benefit other people too.
Thank you,
Igor
Beta Was this translation helpful? Give feedback.
All reactions