Is there a way to automatically generate type-graphql type classes from existing TypeScript? (Or OpenAPI specs) #1695
Unanswered
dwjohnston
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating creating graphql resolvers using type-graphql for some upstream REST APIs that all have OpenAPI specs.
I can generate plain ol' TypeScript types with various tools. But then I find myself in the position of manually creating type-graphql style class typings anyway.
Is there a tool that read either TypeScript typings or the OpenAPI spec and generate the type-graphql classes I need?
Beta Was this translation helpful? Give feedback.
All reactions