Mike Adamson

Results 2 comments of Mike Adamson

after some playing around I found a valid form of the query i was imagining, and it fit what i was expecting: ```javascript .or(`name.ilike.%mason%,where_now.ilike.%mason%`) ``` i modified the dataprovider's getList...

Experiencing the same issue with `@apollo/[email protected]`. I just rewrote a small component tree using @seckinozden's suggestion and it worked to get tests to pass. We have multiple microservices, so it...