Join Slack
Powered by
I’m trying to fetch entities using the following w...
# orm-help
p
prilutskiy
04/21/2019, 12:55 PM
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?
Open in Slack
Previous
Next