Replies: 2 comments 1 reply
-
I have the same question. The old client preset generated types for everything the schema had to offer and we used these a lot for our interfaces. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@liknenS Why do you want to generate all types? I actually did the same when using major version 4 but then I figured that the types I use with my React components should work with the types generated for the queries. Maybe you could write more about your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In client preset typescript plugin defined as:
But I want to generate All typescript types.
Adding typescript plugin generate duplicated types.
Any option to override typescript plugin configuration?
Beta Was this translation helpful? Give feedback.
All reactions