Problem with avoidOptionals: true generating InputMaybe when Schema has NON NULL values #9833
Unanswered
alexandre-embie
asked this question in
Q&A
Replies: 1 comment
-
@alexandre-embie anything different if you put it in
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Any reason why this avoidOptionals: true is getting ignored in my case ? Help please I'm in a case where
I have a case where for instance, it generates this:
Even though my schema enforces NONNULL ... why does he put InputMaybe everywhere with ? on the key ??
using
with
Thanks in advance for your help guys!
Beta Was this translation helpful? Give feedback.
All reactions