How can I generate types that are being used? #5644
-
|
I have |
Beta Was this translation helpful? Give feedback.
Answered by
dotansimha
Mar 7, 2021
Replies: 1 comment
-
|
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
onlyOperationTypes: trueto get more clear results withtypescript-operations. Combing it withpreResolveTypes: trueshould give you a very clean output.