Syntax for "query" argument in GraphQL (Storefront API)

I’m looking for the same information myself.

You can do exact matching - e.g.

query:“title=‘My Title’”

I’ve not figured out how to do partial matches, so for me it is less useful than not providing the field but it might be what you are after.