Closed schrepfler closed 1 year ago
The or
field requires an array of conditions. (There's no validation error because the GraphQL spec allows supplying a single object for a List field.)
See this example in the docs for how to use or
.
I can confirm it works using an array, thank you very much!
Could be mistaken but trying something like this in the filter with
and
andor
always gives back the same SQL explain so possibly theor
expression is not implemented?