Possible to create OR queries in GraphQL?

Hi there, is it possible to add an OR clause to the where filter on GraphQL? I found a comment in the forum suggesting this should now be possible but I can’t seem to get it working.

The use case is being able to search multiple columns for the same query: Eg search a client’s name and email for a query.

I’ve tried a variety of syntaxes including [] tags but just can’t seem to figure out if this is possible? Failing that what would be the best way to search multiple columns ? Thank you!