How to query for is:{null} OR {something: true}
When I want to update a record in a table, for the
psudo code
but the
where I need to query for a related object and I need to say if the related object does not exist (is null) or a property on the related object is somethingpsudo code
but the
OR does not allow me to put is in it...