Typescript Enum generation #2090
Unanswered
Harkonnen13
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have some problems with enum generation. For some reason, with enumGenerationType: 'enum', nullable fields are generating like this:
at same time, interface with field of this type misses "|| null":

in schema, its a nullable field:

someone know, how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions