I’m trying to fetch entities using the following w...
# orm-help
p
I’m trying to fetch entities using the following where clause:
entities({ where: { field: null } })
However, seems like TS client uses
field?: string
instead of
field?: string | null
Any workarounds for this?