You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, I love to do so. I am gonna open that PR right away, then we can talk about specifics there since I am not sure changes that I make would be appropriate.
I'm submitting a doc improvement request
Current behavior
So the current doc is a bit misleading and causes confusion. I also learned that we might want to add some "heads up" notes about nullable fields as we have gone over it here: https://discord.com/channels/520622812742811698/1309067345943199774/1309067345943199774
Expected behavior
Instead of
IMO it is more concise to say: nullable: for specifying whether a field is nullable (in
@nestjs/graphql
, each field is non-nullable by default);Minimal reproduction of the problem with instructions
n/a.
What is the motivation / use case for changing the behavior?
Less confusion after reading the doc
Environment
n/a.
For Tooling issues:
n/a.
Others:
One more thing that is also something I learned in that discord discussion and was not mentioned in the doc was how you should type your object types:
And here is a relevant PR that lead to this issue: #3147
The text was updated successfully, but these errors were encountered: