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

Type for Select should allow null as default value #583

Closed
ptpaterson opened this issue Jan 3, 2022 · 1 comment · Fixed by #636
Closed

Type for Select should allow null as default value #583

ptpaterson opened this issue Jan 3, 2022 · 1 comment · Fixed by #636

Comments

@ptpaterson
Copy link
Contributor

ptpaterson commented Jan 3, 2022

This is valid FQL: Select("path", Var("thing"), null), but the Typescript type does not allow null as a default value.

This was brought up in the community Forums by user, wing: https://forums.fauna.com/t/cannot-specify-null-as-default-value-for-select-in-js-driver-with-typescript/2850

@ptpaterson
Copy link
Contributor Author

Internal ticket number is OSS-1033

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant