Set optional fields as T | undefined
and not T | null
#391
Unanswered
VinceBT-BG
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
-
Is there a documented way to be able to set optional types as
T | undefined
and notT | null
like theinputMaybe
configuration from codegen ?Beta Was this translation helpful? Give feedback.
All reactions