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

Fix non-nullable Select default parameter type #636

Merged

Conversation

winghouchan
Copy link
Contributor

Notes

null is a valid value in FQL. Fixes #583.

How to test

  1. Pass null to the default parameter of Select. No type error should be raised.

Screenshots

N/A

`null` is a valid value in FQL
@henryfauna henryfauna merged commit f618d15 into fauna:v4 Aug 5, 2022
@winghouchan winghouchan deleted the fix-non-nullable-select-default-param-type branch August 19, 2022 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type for Select should allow null as default value
3 participants