4 Replies
can you show the resource definition?
can't really see how that graphql query would generate that sql
I have just added the :search read action, before that we used graphql's filter
but this worked
ash_elixir_or(u1."id"::uuid, ARRAY[$1,$2]::uuid))
The question is where is this coming from?
That doesn't seem to be related to anything from the graphql queryI have created another action called search and I do the filter in the backend now. Issue was fixed