apstanisic / zmaj

Zmaj is a headless CMS for managing database
https://zmaj.vercel.app
MIT License
5 stars 0 forks source link

ORM join is not type safe with fk is null #72

Open apstanisic opened 1 year ago

apstanisic commented 1 year ago

We should either have user specify if relation is nullable, or try to infer from fkField value and cross reference with fields. Second should be possible, I just do not know how hard it is.