Currently, I'm trying to do an autocomplete feature using Medplum's graphql query API and I'm not seeing documentation for the use case of includes or contains for variables passed into graphql queries.
Is this possible to do with medplum graphql? Or do we have to use the standard search API.
await medplum.searchResources('Patient', { 'name:contains': 'eve' });