add ilike filter to graphql queries

Is it possible to extend the generated filter options in AshGraphql by e.g. an ilike filter?
1 Reply
ZachDaniel
ZachDaniel2y ago
At the moment the only way is with a calculation on the resource called ilike which is less than ideal. When we add custom expressions that will be much simpler.

Did you find this page helpful?