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
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
AFAIK, currently there is not type support for nullable fields. If I want to update field to NULL, I need to do null as any, because field types are <field type> | undefined.
Databless version:
4.0.0-beta.11AFAIK, currently there is not type support for nullable fields. If I want to update field to
NULL, I need to donull as any, because field types are<field type> | undefined.So trying to
throws an error
Would be cool to be able to set
nullwithout theas any.Thanks! 🙇