Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing null to non-nullable fields #45

Closed
Lootwig opened this issue Feb 3, 2022 · 0 comments · Fixed by #46
Closed

Passing null to non-nullable fields #45

Lootwig opened this issue Feb 3, 2022 · 0 comments · Fixed by #46
Labels
bug Something isn't working

Comments

@Lootwig
Copy link

Lootwig commented Feb 3, 2022

Doc of generated call() method says:

All null values passed to non-nullable fields will be ignored.

That's not true, the generated implementation always casts values that are not $CopyWithPlaceholder() (so, also null) to the non-null type for non-nullable fields instead of keeping the old value, leading to an exception.

I'm using version 4.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants